Skip to content

Instantly share code, notes, and snippets.

@jefftriplett
Created May 25, 2012 15:03
Show Gist options
  • Save jefftriplett/2788631 to your computer and use it in GitHub Desktop.
Save jefftriplett/2788631 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"auto_complete_commit_on_tab": false,
"auto_complete_delay": 50,
"auto_complete_selector": "source - comment",
"auto_complete_size_limit": 4194304,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
}
],
"auto_complete_with_fields": false,
"caret_style": "phase",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".tox"
],
"font_face": "Monaco",
"font_size": 12.0,
"match_brackets_angle": true,
"new_window_settings":
{
"show_minimap": false,
"show_tabs": true,
"side_bar_visible": false,
"status_bar_visible": true
},
"pep8_ignore":
[
"E501",
"E302"
],
"rulers":
[
78
],
"shift_tab_unindent": true,
"spell_check": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment