Skip to content

Instantly share code, notes, and snippets.

@wanderingmatt
Created August 14, 2012 20:22
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 wanderingmatt/3352535 to your computer and use it in GitHub Desktop.
Save wanderingmatt/3352535 to your computer and use it in GitHub Desktop.
User Settings for Sublime Text 2
{
"theme": "Soda Dark.sublime-theme",
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"fold_buttons": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"auto_complete_commit_on_tab": true,
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "tmp", ".bundle", ".sass-cache"],
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment