Skip to content

Instantly share code, notes, and snippets.

@yvmarques
Created June 28, 2013 12:33
Show Gist options
  • Save yvmarques/5884341 to your computer and use it in GitHub Desktop.
Save yvmarques/5884341 to your computer and use it in GitHub Desktop.
{
"close_windows_when_empty": false,
"default_line_ending": "unix",
"draw_white_spaces": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"fold_buttons": false,
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
120
],
"shift_tab_unindent": true,
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_seperators": "./\\()\"'-:,.;<>!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment