Skip to content

Instantly share code, notes, and snippets.

@creativeaura
Created August 27, 2013 09:05
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 creativeaura/6351334 to your computer and use it in GitHub Desktop.
Save creativeaura/6351334 to your computer and use it in GitHub Desktop.
{
"auto_complete": true,
"auto_complete_delay": 0,
"bold_folder_labels": false,
"caret_style": "wide",
"color_scheme": "Packages/Color Scheme - Default/iPlastic.tmTheme",
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_indentbundle install_guides": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
".DS_Store",
"._.*",
"*.png",
"*.jpg",
"*.ico",
"*.jpeg",
"*.gif",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf",
".tags",
".gemtags"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"*.sass-cache",
"*.rbx",
"node_modules",
".git"
],
"font_face": "Menlo",
"font_size": 12.0,
"highlight_active_indent_guide": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Theme - Soda",
"Autoprefixer",
"Base16 Color Schemes",
"BracketHighlighter",
"Color Highlighter",
"Color Scheme - Nice Blue Soda",
"ColorSchemeSelector",
"CSSTidy",
"DocBlockr",
"EditorConfig",
"FreeMarker",
"GitGutter",
"Handlebars",
"JsFormat",
"LESS",
"MacTerminal",
"Open-Include",
"Sass",
"SideBarEnhancements",
"Stylus",
"SublimeLinter",
"Theme - Phoenix",
"Tomorrow Color Schemes"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_tags": true,
"phoenix_color_blue": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_blue": true,
"phoenix_eighties": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_large": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_auto_width": true,
"rulers":
[
80
],
"save_on_focus_lost": false,
"scroll_past_end": false,
"show_minimap": true,
"soda_folder_icons": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment