Skip to content

Instantly share code, notes, and snippets.

@perlausten
Created October 28, 2013 13:08
Show Gist options
  • Save perlausten/7196497 to your computer and use it in GitHub Desktop.
Save perlausten/7196497 to your computer and use it in GitHub Desktop.
Sublime Text user setting
{
"ensure_newline_at_eof_on_save": false,
"font_face": "Andale Mono",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"shift_tab_unindent": true,
"spell_check": false,
"trim_trailing_white_space_on_save": true,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"highlight_modified_tabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment