Skip to content

Instantly share code, notes, and snippets.

@yevhene
Last active August 29, 2015 14:23
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 yevhene/f00cd016271f913ddd39 to your computer and use it in GitHub Desktop.
Save yevhene/f00cd016271f913ddd39 to your computer and use it in GitHub Desktop.
sublime config
{
"auto_close_tags": false,
"auto_complete_commit_on_tab": true,
"auto_match_enabled": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 10,
"indent_to_bracket": true,
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 81
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment