Skip to content

Instantly share code, notes, and snippets.

@ericclemmons
Created October 9, 2012 14:39
Show Gist options
  • Save ericclemmons/3859243 to your computer and use it in GitHub Desktop.
Save ericclemmons/3859243 to your computer and use it in GitHub Desktop.
SublimeText2 User Preferences (Phoenix, Monokai Soda)
{
"auto_complete": true,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"cache",
"vendor",
"logs",
"doc",
"node_modules"
],
"font_size": 12.0,
"ignored_packages":
[
"Vintage",
"IndentGuides",
"SublimeREPL",
"BracketHighlighter"
],
"phoenix_blur_current_tab": false,
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar": false,
"phoenix_dirty_bottom_bar_red": false,
"phoenix_highlight_current_tab": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_auto_width": true,
"tab_completion": false,
"theme": "Phoenix Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment