Last active
August 29, 2015 14:22
-
-
Save Codesleuth/a9d5f612ba9c7db05ddf to your computer and use it in GitHub Desktop.
Sublime Text 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
{ | |
"font_size": 11, | |
"index_exclude_patterns": | |
[ | |
"**\\node_modules*", | |
"*.log" | |
], | |
"phoenix_color_green": true, | |
"phoenix_sidebar_tree_large": true, | |
"phoenix_solid_current_tab": true, | |
"phoenix_sidebar_font_xlarge": true, | |
"tab_size": 2, | |
"theme": "Phoenix Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"tree_animation_enabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment