Skip to content

Instantly share code, notes, and snippets.

@aeciolevy
Created May 23, 2017 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aeciolevy/761a898d5f73bd47b1557b3330200210 to your computer and use it in GitHub Desktop.
Save aeciolevy/761a898d5f73bd47b1557b3330200210 to your computer and use it in GitHub Desktop.
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": false,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_encoding": "UTF-8",
"file_exclude_patterns":
[
"*.log"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
"node_modules",
".sass-cache"
],
"font_size": 14,
"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