Created
August 22, 2012 21:45
-
-
Save jpennell/3429697 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Color Scheme - Default/Slush & Poppies.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 10, | |
"highlight_modified_tabs": true, | |
"open_files_in_new_window": false, | |
"save_on_focus_lost": true, | |
"tab_size": 4, | |
"theme": "Soda Light.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
".DS_Store" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".sass-cache" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment