Skip to content

Instantly share code, notes, and snippets.

@diegotoral
Created February 21, 2014 16:46
Show Gist options
  • Save diegotoral/9137925 to your computer and use it in GitHub Desktop.
Save diegotoral/9137925 to your computer and use it in GitHub Desktop.
Sublime Text 3 - User Preferences
{
"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