Skip to content

Instantly share code, notes, and snippets.

@rwbaker
Created August 22, 2012 12:02
Show Gist options
  • Save rwbaker/3424875 to your computer and use it in GitHub Desktop.
Save rwbaker/3424875 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Inconsolata",
"font_size": 14.0,
"highlight_line": true,
"soda_classic_tabs": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"highlight_modified_tabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment