Last active
October 2, 2015 16:27
-
-
Save sc0ttj/a0b2b50abca44b7587e9 to your computer and use it in GitHub Desktop.
Sublime 3 User Settings
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
{ | |
"font_size": 12, | |
"highlight_modified_tabs": true, | |
"bold_folder_labels": false, | |
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", | |
"caret_style": "flash", | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"fade_fold_buttons": false, | |
"open_files_in_new_window": false, | |
"detect_indentation": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false, | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.tbz2", | |
"*.zip", | |
"node_modules/*" | |
], | |
"file_exclude_patterns": | |
[ | |
"all*.js", | |
"all*.js.map", | |
"all-html5.js", | |
"all-html5.js.map", | |
"*.css.map", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".vagrant", | |
".grunt", | |
".hg", | |
"CVS", | |
"node_modules", | |
".sass-cache", | |
"*/js/compiled/desktop", | |
"*/js/compiled/mobile" | |
], | |
"ignored_packages": | |
[ | |
"CSS", | |
"Sublime Linter", | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80 | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment