Skip to content

Instantly share code, notes, and snippets.

@stretchgz
Last active August 29, 2015 13:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stretchgz/a7998501607e9c3f79da to your computer and use it in GitHub Desktop.
Save stretchgz/a7998501607e9c3f79da to your computer and use it in GitHub Desktop.
{
"caret_extra_width": 2,
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"folder_exclude_patterns":
[
".git",
"bower_components",
"node_modules"
],
"font_size": 14,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
"*.log"
],
"line_padding_bottom": 5,
"match_brackets": true,
"match_brackets_angle": true,
"remember_open_files": false,
"rulers":
[
80
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment