Skip to content

Instantly share code, notes, and snippets.

@nerr
Last active August 29, 2015 14:02
Show Gist options
  • Save nerr/b1d9abac1d5249845cde to your computer and use it in GitHub Desktop.
Save nerr/b1d9abac1d5249845cde to your computer and use it in GitHub Desktop.
Sublime user settings
{
"color_scheme": "Packages/Colorsublime-Themes/Peacock.tmTheme",
"default_encoding": "UTF-8",
"font_face": "Source Code Pro Light",
"font_options":
[
"no_round"
],
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"theme": "Spacegray.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_width": 80,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment