Last active
March 13, 2017 23:32
-
-
Save AugustMiller/a129282f7088eca04e93 to your computer and use it in GitHub Desktop.
Sublime Text 2/3 Preferences
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
{ | |
"bold_folder_labels": true, | |
"caret_extra_width": 1, | |
"caret_style": "smooth", | |
"color_scheme": "Packages/User/SublimeLinter/Birds_of_Paradise (SL).tmTheme", | |
"detect_indentation": false, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace", | |
"*.sassc", | |
"*.scssc" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".hg", | |
"CVS", | |
".git", | |
"tmp", | |
"node_modules" | |
], | |
"font_face": "Fira Mono", | |
"font_size": 17, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"use_tab_stops": true, | |
"word_wrap": true, | |
"show_definitions": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment