Skip to content

Instantly share code, notes, and snippets.

@rabellamy
Created August 23, 2013 18:31
Show Gist options
  • Save rabellamy/6322520 to your computer and use it in GitHub Desktop.
Save rabellamy/6322520 to your computer and use it in GitHub Desktop.
{
"rulers": [80],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"default_line_ending": "unix",
"shift_tab_unindent": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment