Skip to content

Instantly share code, notes, and snippets.

@quicksnap
Last active February 5, 2017 21:45
Show Gist options
  • Save quicksnap/e0ccf22f0fdfbe3d16a06b0b20ebddc0 to your computer and use it in GitHub Desktop.
Save quicksnap/e0ccf22f0fdfbe3d16a06b0b20ebddc0 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_size": 12,
"ignored_packages":
[
"JavaScript",
"Markdown",
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment