Created
January 22, 2015 07:34
-
-
Save riston/e7ad4fb8d1eb67163dc3 to your computer and use it in GitHub Desktop.
Sublime conf
This file contains hidden or 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
{ | |
"auto_indent": true, | |
"bold_folder_labels": false, | |
"caret_style": "wide", | |
"color_scheme": "Packages/User/Monokai (SL).tmTheme", | |
"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", | |
"*.rdb", | |
"*.log", | |
"*capybara*", | |
".flow", | |
".hgtags", | |
".hgignore", | |
".gitignore", | |
"*.cache" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"log", | |
"tmp", | |
"solr", | |
".bundle", | |
"node_modules" | |
], | |
"font_face": "Source Code Pro Semibold", | |
"font_options": | |
[ | |
], | |
"font_size": 10, | |
"highlight_line": false, | |
"ident_guide_options": | |
[ | |
"draw_active", | |
"draw_normal" | |
], | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Theme - Cobalt2", | |
"JSHint Gutter", | |
"Theme - Flatland" | |
], | |
"rulers": | |
[ | |
100, | |
120 | |
], | |
"soda_classic_tabs": false, | |
"soda_folder_icons": false, | |
"tab_size": 4, | |
"theme": "Numix Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true, | |
"wrap_width": 100 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment