Skip to content

Instantly share code, notes, and snippets.

@johndstein
Created September 7, 2015 21:33
Show Gist options
  • Save johndstein/7c3d0c77daf90c67c1e6 to your computer and use it in GitHub Desktop.
Save johndstein/7c3d0c77daf90c67c1e6 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/User/SublimeLinter/Twilight (SL).tmTheme",
"font_face": "Hack",
"font_size": 17,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
75
],
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment