Created
December 31, 2018 03:23
-
-
Save bbarrows/8c59e6b32104c4fdc79058a2b553eb4e to your computer and use it in GitHub Desktop.
My Sublime Text 3 Configuration
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
Show hidden characters
{ | |
"match_brackets_angle": true, | |
"always_prompt_for_file_reload": true, | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_cycle": true, | |
"auto_complete_delay": 30, | |
"auto_complete_with_fields": true, | |
"auto_find_in_selection": true, | |
"binary_file_patterns": | |
[ | |
"*.log", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace", | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"color_scheme": "Packages/Theme - Monokai Pro/Monokai Pro (Filter Ristretto).tmTheme", | |
"drag_text": false, | |
"draw_white_space": "selection", | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
], | |
"fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
], | |
"font_face": "", | |
"font_options": | |
[ | |
"no_liga", | |
"no_antialias", | |
"no_italic" | |
], | |
"font_size": 13, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_to_bracket": false, | |
"index_exclude_patterns": | |
[ | |
"*.log", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace", | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"index_files": true, | |
"margin": 2, | |
"preview_on_click": false, | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"scroll_speed": 1.0, | |
"show_line_endings": true, | |
"show_navigation_bar": false, | |
"highlight_modified_tabs": true, | |
"show_tab_close_buttons": false, | |
"animation_enabled": false, | |
"tree_animation_enabled": false, | |
"tab_completion": true, | |
"tab_size": 2, | |
"theme": "Monokai Pro (Filter Ristretto).sublime-theme", | |
"tree_animation_enabled": false, | |
"ui_scale": 1.0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment