Skip to content

Instantly share code, notes, and snippets.

@davebrace
Created February 18, 2014 18:32
Show Gist options
  • Save davebrace/9076886 to your computer and use it in GitHub Desktop.
Save davebrace/9076886 to your computer and use it in GitHub Desktop.
Dave's Sublime Settings
{
"color_scheme": "Packages/Solarized Color Scheme/Solarized (light).tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"log",
"tmp",
".git"
],
"font_size": 22,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
120
],
"tab_size": 2,
"translate_tabs_to_spaces": 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