Skip to content

Instantly share code, notes, and snippets.

@nicksteffens
Created May 11, 2015 21:52
Show Gist options
  • Select an option

  • Save nicksteffens/cd7433b63fb64e797daf to your computer and use it in GitHub Desktop.

Select an option

Save nicksteffens/cd7433b63fb64e797daf to your computer and use it in GitHub Desktop.
Sublime User Preferences
{
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.light (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"bower_components",
"public",
"tmp",
"node_modules"
],
"font_face": "Inconsolata",
"font_size": 19,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Spacegray Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment