Skip to content

Instantly share code, notes, and snippets.

@michaelxor
Created January 30, 2014 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelxor/8721595 to your computer and use it in GitHub Desktop.
Save michaelxor/8721595 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"cache",
"compiled_templates",
".sass-cache"
],
"font_size": 12.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_orange": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_xsmall": true,
"preview_on_click": false,
"rulers":
[
80,
120
],
"show_tab_close_buttons": false,
"tab_size": 4,
"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