Skip to content

Instantly share code, notes, and snippets.

@capripot
Last active March 21, 2017 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save capripot/8a35676ce02d506927f47426f4bb4afb to your computer and use it in GitHub Desktop.
Save capripot/8a35676ce02d506927f47426f4bb4afb to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"auto_indent": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"tmp/cache"
],
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
100
],
"spacegray_fileicons": true,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
@capripot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment