Created
May 8, 2014 09:29
-
-
Save tanerdogan/55a12a8dcc86cdd77639 to your computer and use it in GitHub Desktop.
ST2 - 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
Show hidden characters
{ | |
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
"detect_slow_plugins": true, | |
"font_face": "Consolas", | |
"font_size": 11, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"soda_folder_icons": false, | |
"theme": "Soda Dark.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment