Created
September 27, 2013 11:39
-
-
Save paprikka/6727326 to your computer and use it in GitHub Desktop.
A generic ST config for Mac & Windows. Don't forget to install Package Control and feed this baby with plugins!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"caret_style": "phase", | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
"*.scssc", | |
"*.sassc", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
"node_modules", | |
"app/assets", | |
"target", | |
".hg", | |
"CVS" | |
], | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active" | |
], | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"wide_caret": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment