Skip to content

Instantly share code, notes, and snippets.

@joneath
Created May 3, 2012 18:47
Show Gist options
  • Save joneath/2588055 to your computer and use it in GitHub Desktop.
Save joneath/2588055 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Preferences
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 16.0,
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"spell_check": true,
"fade_fold_buttons": true,
"highlight_line": false,
"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