Skip to content

Instantly share code, notes, and snippets.

@randylien
Forked from hlb/gist:5773470
Created June 15, 2013 10:04
Show Gist options
  • Save randylien/5787613 to your computer and use it in GitHub Desktop.
Save randylien/5787613 to your computer and use it in GitHub Desktop.
{
"binary_file_patterns":
[
"*.psd"
],
"close_windows_when_empty": false,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"detect_indentation": false,
"disable_formatted_linebreak": true,
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.sassc",
"*.scssc",
"*.log",
"*.gem",
"*.gz",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.pdf",
"*.zip",
"*.DS_store",
"*.eot",
"*.svg",
"*.ttf",
"*.woff",
"*.xap"
],
"folder_exclude_patterns":
[
".sass-cache",
".git",
".hg"
],
"font_face": "Meslo LG M DZ",
"font_options":
[
"subpixel_antialias"
],
"font_size": 28.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"phoenix_color_blue": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_eighties": true,
"phoenix_sidebar_tree_large": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_medium": true,
"remember_open_files": false,
"rulers":
[
72,
79
],
"scroll_past_end": true,
"show_tab_close_buttons": false,
"tab_size": 4,
"theme": "Phoenix Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment