Skip to content

Instantly share code, notes, and snippets.

@krainboltgreene
Created November 6, 2011 21:18
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 krainboltgreene/1343507 to your computer and use it in GitHub Desktop.
Save krainboltgreene/1343507 to your computer and use it in GitHub Desktop.
// Settings in here override those in "Default/Base File.sublime-settings", and
// are overridden in turn by file type specific settings. Place your settings
// here, to ensure they're preserved when upgrading.
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"draw_minimap_border": true,
"fold_buttons": false,
"caret_style": "phase",
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 16,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"highlight_line": true,
"rulers":
[
80
],
"spell_check": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment