Skip to content

Instantly share code, notes, and snippets.

@sloria
Created November 5, 2013 02:55
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 sloria/7313108 to your computer and use it in GitHub Desktop.
Save sloria/7313108 to your computer and use it in GitHub Desktop.
{
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"auto_complete_triggers":
[
{
"characters": "$",
"selector": "source.coffee, source.js, source.js.embedded.html"
}
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Dayle Rees Color Schemes/LastNight.tmTheme",
"colored_folder_glyphs": false,
"detect_indentation": false,
"detect_slow_plugins": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".git",
"__pycache__"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 15.0,
"highlight_line": false,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Theme - Nil",
"Vintage"
],
"remember_open_files": false,
"rulers":
[
79
],
"show_minimap": false,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment