Skip to content

Instantly share code, notes, and snippets.

@danasilver
Created November 26, 2016 17:06
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 danasilver/0805be9f4577cff203982601eb0e8d6b to your computer and use it in GitHub Desktop.
Save danasilver/0805be9f4577cff203982601eb0e8d6b to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"color_scheme": "Packages/User/SublimeLinter/Color Brewer (SL).tmTheme",
"drawWhiteSpace": true,
"draw_white_space": "none",
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata",
"font_size": 15,
"ignored_packages":
[
"HTML-CSS-JS Prettify",
"Vintage",
"WakaTime"
],
"rulers":
[
80
],
"soda_classic_tabs": false,
"soda_folder_icons": true,
"spellCheck": false,
"tab_size": 2,
"theme": "Soda Light 3.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