-
-
Save johnpeele/3425448 to your computer and use it in GitHub Desktop.
My Sublime Text 2 config
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
{ | |
"color_scheme": "Packages/User/Monokai Soda.tmTheme", | |
"theme": "Soda Dark.sublime-theme", | |
// "theme": "Soda Light.sublime-theme", | |
"soda_classic_tabs": true, | |
"fade_fold_buttons": false, | |
"bold_folder_labels": true, | |
"highlight_modified_tabs": true, | |
"save_on_focus_lost": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment