Skip to content

Instantly share code, notes, and snippets.

@der-flo
Last active December 12, 2015 01:38
Show Gist options
  • Save der-flo/4692064 to your computer and use it in GitHub Desktop.
Save der-flo/4692064 to your computer and use it in GitHub Desktop.
{
"caret_style": "phase",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"._*",
".DS_Store"
],
"folder_exclude_patterns":
[
".svn",
".git",
".bundle"
],
"font_face": "Source Code Pro",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"show_full_path": true,
"tab_size": 2,
"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