Skip to content

Instantly share code, notes, and snippets.

@sstarr
Created October 7, 2012 16:55
Show Gist options
  • Save sstarr/3848925 to your computer and use it in GitHub Desktop.
Save sstarr/3848925 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
{
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"detect_slow_plugins": false,
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.spa",
"*.spd",
"*.sph",
"*.spi",
"*.spm",
"*.spp",
"*.spl",
"*.spk",
"*.sps",
"*.sphinx.conf",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.gitignore",
"*.tm_properties",
"*.sqlite3",
".rvmrc",
".rspec",
".rbenv-version",
".gitkeep"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".bundle",
"CVS",
"tmp",
"log",
"_site"
],
"font_face": "Source Code Pro Light", // http://blogs.adobe.com/typblography/2012/09/source-code-pro.html
"font_options":
[
"no_round"
],
"font_size": 13,
"ignored_packages":
[
"Vintage",
"SublimeLinter"
],
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment