Created
October 28, 2013 05:59
-
-
Save benhoskings/7192000 to your computer and use it in GitHub Desktop.
sublime config.py
This file contains 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_delay": 30, | |
"bold_folder_labels": true, | |
"caret_style": "wide", | |
"color_scheme": "Packages/User/Ben's Solarized (light).tmTheme", | |
"detect_indentation": false, | |
"detect_slow_plugins": false, | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"drag_text": false, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"env": | |
{ | |
"PATH": "/Users/ben/.gem/ruby/2.0.0/bin:/Users/ben/.rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/bin:/Users/ben/.rubies/ruby-2.0.0-p247/bin:/Users/ben/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11/bin" | |
}, | |
"file_exclude_patterns": | |
[ | |
"*.sublime-*", | |
"*.log", | |
"*.scssc", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db" | |
], | |
"fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache", | |
"coverage", | |
"tmp/cache", | |
"node_modules", | |
"vendor" | |
], | |
"font_face": "Menlo", | |
"font_size": 13.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active" | |
], | |
"margin": 1, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
80 | |
], | |
"save_on_focus_lost": true, | |
"show_tab_close_buttons": false, | |
"tab_size": 2, | |
"theme": "Soda Light.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"word_separators": "./\\()\"':,-.;<>~!@#$%^&*|+=[]{}`~" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment