Created
July 16, 2012 21:25
-
-
Save jrob00/3125165 to your computer and use it in GitHub Desktop.
current sublime 2 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
{ | |
"auto_indent": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Scheme - Default/LAZY.tmTheme", | |
"drag_text": false, | |
"find_selected_text": true, | |
"font_face": "Inconsolata", | |
"font_size": 13, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"overlay_scroll_bars": "system", | |
"tab_size": 4, | |
"translate_tabs_to_spaces": false, | |
"trim_automatic_white_space": false, | |
"word_wrap": "true", | |
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment