Skip to content

Instantly share code, notes, and snippets.

@johnpeele
Forked from soffes/perferences.json
Created August 22, 2012 13:21
Show Gist options
  • Save johnpeele/3425448 to your computer and use it in GitHub Desktop.
Save johnpeele/3425448 to your computer and use it in GitHub Desktop.
My Sublime Text 2 config
{
"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