Skip to content

Instantly share code, notes, and snippets.

@karbassi
Created November 29, 2011 21:42
Show Gist options
  • Save karbassi/1406676 to your computer and use it in GitHub Desktop.
Save karbassi/1406676 to your computer and use it in GitHub Desktop.
Base File.sublime-settings
{
"auto_indent": true,
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Monaco",
"font_size": 11,
"highlight_line": true,
"tab_size": 3,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment