Created
April 28, 2015 15:06
-
-
Save jeremyhaile/927f26dcdecbb56fb43c to your computer and use it in GitHub Desktop.
Sublime Text 3 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, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Made of Code.tmTheme", | |
"detect_indentation": false, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
".tags*", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.log", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.pdf" | |
], | |
"folder_exclude_patterns": | |
[ | |
"data", | |
".git", | |
".idea", | |
".svn", | |
".hg", | |
"CVS", | |
".sass-cache", | |
".bundle", | |
"bundle", | |
"coverage", | |
".rbx", | |
"bin", | |
"ember/bower_components", | |
"ember/dist", | |
"ember/node_modules", | |
"project", | |
"log", | |
"logs", | |
"public/uploads", | |
"script", | |
"target", | |
"tmp", | |
"vendor/assets/bower_components" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 12.0, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Color Highlighter", | |
"Vintage" | |
], | |
"line_padding_bottom": 0.75, | |
"line_padding_top": 0.75, | |
"new_window_settings": | |
{ | |
"show_minimap": false | |
}, | |
"rulers": | |
[ | |
80 | |
], | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"tab_size": 2, | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": 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