Skip to content

Instantly share code, notes, and snippets.

@diegotoral
Created February 21, 2014 16:46
Show Gist options
  • Select an option

  • Save diegotoral/9137925 to your computer and use it in GitHub Desktop.

Select an option

Save diegotoral/9137925 to your computer and use it in GitHub Desktop.

Revisions

  1. diegotoral created this gist Feb 21, 2014.
    20 changes: 20 additions & 0 deletions Preferences.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    {
    "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
    }