Skip to content

Instantly share code, notes, and snippets.

@sausman
Created August 15, 2012 14:33
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 sausman/3360630 to your computer and use it in GitHub Desktop.
Save sausman/3360630 to your computer and use it in GitHub Desktop.
Sublime Text 2 prefs
{
"color_scheme": "Packages/Color Scheme - Default/sausman.tmTheme",
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Menlo",
"font_size": 14.0,
"highlight_modified_tabs": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment