Skip to content

Instantly share code, notes, and snippets.

@enthal
Created September 5, 2014 19:00
Show Gist options
  • Save enthal/d1d6e5f76d88f6f09408 to your computer and use it in GitHub Desktop.
Save enthal/d1d6e5f76d88f6f09408 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"font_size": 17.0,
"ignored_packages": ["Vintage"],
"trim_trailing_white_space_on_save": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"LOOK MA NO COMMA": true
}
Copy link

ghost commented May 8, 2015

Thanks enthal! My Sublime Text 2.0.2 was unable to start yesterday for some reason but I modified the Preferences.sublime-settings file with your code, it's fixed and now starts fine. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment