Created
June 6, 2012 23:05
-
-
Save skoch/2885382 to your computer and use it in GitHub Desktop.
Sublime Text 2 Prefs
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
Show hidden characters
{ | |
"auto_complete_commit_on_tab": false, | |
"auto_complete_delay": 150, | |
"auto_complete_with_fields": false, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Scheme - Default/Blackboard_3.tmTheme", | |
"draw_indent_guides": false, | |
"draw_minimap_border": true, | |
"draw_white_space": "none", | |
"font_face": "EnvyCodeR", | |
"font_options": | |
[ | |
"no_antialias" | |
], | |
"font_size": 13, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"BracketHighlighter", | |
"Miscellaneous Emacs Commands", | |
"Theme - Pseudo OSX", | |
"Theme - Refresh", | |
"Theme - Default", | |
"SublimeProjectMaker" | |
], | |
"match_brackets_angle": true, | |
"theme": "Nil.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment