Skip to content

Instantly share code, notes, and snippets.

@mstoltenburg
Created October 22, 2014 15:02
Show Gist options
  • Save mstoltenburg/ba2f0abda22f6c82eabe to your computer and use it in GitHub Desktop.
Save mstoltenburg/ba2f0abda22f6c82eabe to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
{
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"__pycache__"
],
"font_size": 12,
"highlight_line": false,
"ignored_packages":
[
"Vintage"
],
"theme": "Soda Light 3.sublime-theme",
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment