Created
September 2, 2014 05:47
-
-
Save seanherron/68033cdf399f3ba3b2a7 to your computer and use it in GitHub Desktop.
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
{ | |
"color_scheme": "Packages/Base16/base16-tomorrow.dark.tmTheme", | |
"font_face": "Source Code Pro Light", | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"wrap_width": 99 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment