Skip to content

Instantly share code, notes, and snippets.

@juanriaza
Created February 27, 2012 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanriaza/1924118 to your computer and use it in GitHub Desktop.
Save juanriaza/1924118 to your computer and use it in GitHub Desktop.
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"theme": "Soda Dark.sublime-theme",
"font_face": "The Sans Mono-",
"font_size": 14,
"rulers":
[
80
],
"tab_completion": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"save_on_focus_lost": true,
"highlight_line": false,
"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