Skip to content

Instantly share code, notes, and snippets.

@swinton
Created July 16, 2014 18:03
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 swinton/cb31e54efef5658d90a7 to your computer and use it in GitHub Desktop.
Save swinton/cb31e54efef5658d90a7 to your computer and use it in GitHub Desktop.
My Sublime Text 2 settings
{
"auto_complete": false,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Solarized (dark).tmTheme",
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
72,
79
],
"soda_classic_tabs": true,
"theme": "Solarized Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"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