Last active
December 11, 2015 04:18
-
-
Save iturgeon/4543686 to your computer and use it in GitHub Desktop.
Normal Sublime text user settings
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
// Normal | |
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme", | |
"draw_white_space": "all", | |
"font_face": "ProFontX", | |
"font_options": | |
[ | |
"no_antialias" | |
], | |
"font_size": 9.0, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"SublimeCodeIntel", | |
"KeymapManager" | |
], | |
"word_wrap": true | |
} | |
// Presentations | |
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme", | |
"draw_white_space": "all", | |
"font_face": "Source Code Pro", | |
"font_size": 13.0, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"SublimeCodeIntel", | |
"KeymapManager" | |
], | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment