Skip to content

Instantly share code, notes, and snippets.

@14to9
Last active November 29, 2016 22:06
Show Gist options
  • Save 14to9/2998628 to your computer and use it in GitHub Desktop.
Save 14to9/2998628 to your computer and use it in GitHub Desktop.
14to9's SublimeText 3 Preferences
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme",
"drag_text": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
"*/.psc_build*/*",
"*/bower_components/*",
"*/node_modules/*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".log",
"*/dist/*",
"*/.cabal-sandbox/*"
],
"font_face": "Source Code Pro",
"font_size": 13,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"match_selection": false,
"show_full_path": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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