Skip to content

Instantly share code, notes, and snippets.

@isnifer
Created July 20, 2016 10:59
Show Gist options
  • Save isnifer/dac67c4d0aba1213eb51a4d4e98397d3 to your computer and use it in GitHub Desktop.
Save isnifer/dac67c4d0aba1213eb51a4d4e98397d3 to your computer and use it in GitHub Desktop.
{
"auto_indent": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_options":
[
"subpixel_antialias"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"rulers":
[
100
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment