Created
August 28, 2014 14:50
-
-
Save geewiz/ffafa632b19878c19c61 to your computer and use it in GitHub Desktop.
My Sublime Text 3 configuration
This file contains hidden or 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/Monokai.tmTheme", | |
"font_face": "Source Code Pro", | |
"font_size": 15.0, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Markdown" | |
], | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_tab_stops": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment