Created
August 31, 2015 14:04
-
-
Save mason-stewart/cbf9f9e5b622f372c036 to your computer and use it in GitHub Desktop.
sublime config
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
{ | |
"caret_style": "smooth", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme", | |
"draw_white_space": "selection", | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db" | |
], | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
".*" | |
], | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
"vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"itg_small_tabs": true, | |
"overlay_scroll_bars": "enabled", | |
"scroll_past_end": true, | |
"tab_size": 2, | |
"theme": "itg.flat.dark.blue.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_whitespace_on_save": true, | |
"use_simple_full_screen": true, | |
"use_tab_stops": true, | |
"vintage_ctrl_keys": false, | |
"vintage_start_in_command_mode": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment