Created
June 8, 2016 07:13
-
-
Save vistajess/0deb0558af312aa707394e00e62ded40 to your computer and use it in GitHub Desktop.
Sublime 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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"font_size": 9, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 5, | |
"line_padding_top": 5, | |
"rulers": | |
[ | |
80, | |
100, | |
120 | |
], | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true, | |
"wrap_width": 100 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment