Last active
August 29, 2015 14:02
-
-
Save henvic/c8e7bfa70a2fba9ccf47 to your computer and use it in GitHub Desktop.
Preferences.sublime-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
Show hidden characters
{ | |
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme", | |
"copy_with_empty_selection": false, | |
"show_full_path": true, | |
"file_exclude_patterns": | |
[ | |
"*-coverage.js", | |
"*-debug.js", | |
"*-min.js", | |
"*.a", | |
"*.class", | |
"*.db", | |
"*.dll", | |
"*.dylib", | |
"*.exe", | |
"*.idb", | |
"*.lib", | |
"*.min.css", | |
"*.min.js", | |
"*.ncb", | |
"*.o", | |
"*.obj", | |
"*.obj", | |
"*.pdb", | |
"*.psd", | |
"*.pyc", | |
"*.pyo", | |
"*.sdf", | |
"*.so", | |
"*.sublime-workspace", | |
"*.suo", | |
".DS_Store" | |
], | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
".idea", | |
".sass-cache", | |
"portal-web/test", | |
"ace", | |
"docs", | |
"js/editor", | |
"tiny_mce", | |
".ruby-gems", | |
"CVS", | |
".git", | |
".hg", | |
".svn" | |
], | |
"font_size": 12, | |
"gpu_window_buffer": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"SideBarEnhancements", | |
"JavaScript", | |
"Vintage", | |
"BracketHighlighter", | |
"Git", | |
"Python Flake8 Lint" | |
], | |
"phoenix_color_blue": true, | |
"phoenix_color_expanded_folder": true, | |
"phoenix_highlight_current_tab": true, | |
"phoenix_tabs_small": true, | |
"rulers": | |
[ | |
80 | |
], | |
"shift_tab_unindent": true, | |
"theme": "Phoenix Dark.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment