Skip to content

Instantly share code, notes, and snippets.

@davidwaterston
Created September 22, 2012 20:25
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 davidwaterston/3767723 to your computer and use it in GitHub Desktop.
Save davidwaterston/3767723 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Preferences
{
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"default_line_ending": "windows",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "all",
"font_face": "Source Code Pro",
"font_size": 13,
"word_wrap": "false",
"highlight_line": true,
"highlight_modified_tabs": true,
"file_exclude_patterns":
[
".DS_Store",
"*.xml",
"*-min.js"
],
"folder_exclude_patterns":
[
".git",
".svn",
"web-inf"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets_content": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trimTrailingWhiteSpaceOnSave": true,
"open_files_in_new_window": false,
"close_windows_when_empty": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment