Created
August 14, 2012 06:12
-
-
Save petermanser/3346817 to your computer and use it in GitHub Desktop.
Sublime2: Settings-User User Config
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
{ | |
"auto_complete": false, | |
"close_windows_when_empty": false, | |
"save_on_focus_lost": true, | |
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme", //https://github.com/chriskempson/tomorrow-theme/tree/master/textmate | |
"draw_white_space": "all", | |
"find_selected_text": true, | |
"fold_buttons": false, | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"highlight_line": true, | |
"rulers": | |
[ | |
72, 79 | |
], | |
"theme": "Soda Dark.sublime-theme", //https://github.com/buymeasoda/soda-theme/ | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "_build", "dist", "build", "site"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment