Created
August 5, 2014 19:10
-
-
Save jimpriest/9b72fe3745a2d63ece40 to your computer and use it in GitHub Desktop.
Sublime Config (Wor)
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
{ | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 0, | |
"caret_extra_top": 0, | |
"caret_extra_width": 3, | |
"caret_style": "smooth", | |
"color_inactive_tabs": true, | |
"color_scheme": "Packages/Monokai Extended/Monokai Extended Bright.tmTheme", | |
"enable_tab_scrolling": false, | |
"file_exclude_patterns": | |
[ | |
"*.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" | |
], | |
"font_face": "Consolas", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 16, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"margin": 2, | |
"rulers": | |
[ | |
80 | |
], | |
"sidebar_row_padding_medium": true, | |
"sidebar_size_14": true, | |
"soda_classic_tabs": true, | |
"soda_folder_icons": true, | |
"spell_check": true, | |
"status_bar_brighter": true, | |
"tab_size": 2, | |
"tabs_small": true, | |
"theme": "Afterglow.sublime-theme", | |
"translate_tabs_to_spaces": false, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": "false" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment