Skip to content

Instantly share code, notes, and snippets.

@gregberge
Last active August 29, 2015 14:01
Show Gist options
  • Save gregberge/40e414fca0a212ef1e9a to your computer and use it in GitHub Desktop.
Save gregberge/40e414fca0a212ef1e9a to your computer and use it in GitHub Desktop.
Sublime text config
{
"color_scheme": "Packages/User/Solarized (Dark) (SL).tmTheme",
"draw_white_space": "all",
"font_size": 17,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"rulers":
[
80,
100
],
"theme": "Soda Dark 3.sublime-theme",
"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