Skip to content

Instantly share code, notes, and snippets.

@Codesleuth
Last active August 29, 2015 14:22
Show Gist options
  • Save Codesleuth/a9d5f612ba9c7db05ddf to your computer and use it in GitHub Desktop.
Save Codesleuth/a9d5f612ba9c7db05ddf to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"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