Created
October 7, 2012 16:55
-
-
Save sstarr/3848925 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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