Skip to content

Instantly share code, notes, and snippets.

@mattlewissf
Created June 12, 2014 00: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 mattlewissf/15e074c45e6809fffd11 to your computer and use it in GitHub Desktop.
Save mattlewissf/15e074c45e6809fffd11 to your computer and use it in GitHub Desktop.
Awesome Sublime Text 2 configuration
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 0,
"bold_folder_labels": true,
"caret_style": "wide",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"show_tab_close_buttons": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"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