Created
September 5, 2014 19:00
-
-
Save enthal/d1d6e5f76d88f6f09408 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!