Skip to content

Instantly share code, notes, and snippets.

@akool
Last active June 14, 2017 11:15
Show Gist options
  • Select an option

  • Save akool/cd82fa5d2e7182526bb4 to your computer and use it in GitHub Desktop.

Select an option

Save akool/cd82fa5d2e7182526bb4 to your computer and use it in GitHub Desktop.
sublime-settings
{
"preferences": {
"css.autoInsertVendorPrefixes": false
}
}
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.sublime-project",
"*.swf",
"*.tga",
"*.ttf",
"*.zip"
],
"bold_folder_labels": true,
"folder_exclude_patterns":
[
".svn",
".git",
"node_modules"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment