Last active
January 26, 2017 07:17
-
-
Save iknowkungfoo/bb4005543f0293aa308e8c94acba5a98 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Config
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/Color Scheme - Default/Monokai.tmTheme", | |
"font_face": "Hack", | |
"font_size": 14, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hack Font: https://github.com/chrissimpkins/Hack