Skip to content

Instantly share code, notes, and snippets.

@tgautier-silicon
Created March 5, 2012 09:36
Show Gist options
  • Save tgautier-silicon/1977642 to your computer and use it in GitHub Desktop.
Save tgautier-silicon/1977642 to your computer and use it in GitHub Desktop.
My Sublime Text 2 configuration
{
"color_scheme": "Packages/Color Scheme - Default/Espresso Soda.tmTheme",
"theme": "Soda Light.sublime-theme",
// "color_scheme": "Packages/Color Scheme - Default/Monokai Soda.tmTheme",
// "theme": "Soda Dark.sublime-theme",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea"
],
"font_size": 11,
"hot_exit": false,
"open_files_in_new_window": true,
"remember_open_files": false,
"rulers":
[
120
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment