Created
February 21, 2014 16:46
-
-
Save diegotoral/9137925 to your computer and use it in GitHub Desktop.
Sublime Text 3 - User Preferences
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
{ | |
"word_wrap": "true", | |
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Clouds Midnight.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 10, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Handlebars", | |
"Jade", | |
"Vintage" | |
], | |
"phoenix_color_expanded_folder": true, | |
"phoenix_nights": true, | |
"phoenix_sidebar_tree_small": true, | |
"shift_tab_unindent": true, | |
"theme": "Phoenix Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment