Created
April 1, 2015 17:35
-
-
Save tonylegrone/2b3e25ba2911d5538948 to your computer and use it in GitHub Desktop.
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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Base16 Color Schemes/base16-flat.dark.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.komodo*", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db" | |
], | |
"flatland_square_tabs": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache" | |
], | |
"font_face": "Sauce Code Powerline ExtraLight", | |
"font_options": | |
[ | |
], | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"index_exclude_patterns": | |
[ | |
"*.log", | |
"sites/*/files/", | |
"sites/*/private/" | |
], | |
"itg_small_tabs": true, | |
"margin": 0, | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_past_end": true, | |
"search_in_project_engine": "the_silver_searcher", | |
"show_full_path": true, | |
"show_line_endings": true, | |
"tab_size": 2, | |
"theme": "itg.flat.dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"use_tab_stops": true, | |
"vintage_start_in_command_mode": true, | |
"vintageous_reset_mode_when_switching_tabs": false, | |
"vintageous_use_ctrl_keys": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment