Skip to content

Instantly share code, notes, and snippets.

@jbonney
Last active October 12, 2015 05:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbonney/3979521 to your computer and use it in GitHub Desktop.
Save jbonney/3979521 to your computer and use it in GitHub Desktop.
Sublime 2 - Preferences User Settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Base16 Color Schemes/base16-default.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.log"
],
"folder_exclude_patterns":
[
"tmp", ".git"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "true",
"word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment