Created
May 10, 2018 12:54
-
-
Save JDevlieghere/17513f034b44f0b2ea95e9efd0d7ac53 to your computer and use it in GitHub Desktop.
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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Source Code Pro", | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"spell_check": true, | |
"tab_size": 4, | |
"theme": "Adaptive.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"wrap_width": 120 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment