Skip to content

Instantly share code, notes, and snippets.

@demoive
Last active December 10, 2015 22:08
Show Gist options
  • Save demoive/4500142 to your computer and use it in GitHub Desktop.
Save demoive/4500142 to your computer and use it in GitHub Desktop.
My Preferences.sublime-settings
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_face": "monaco",
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment