Created
August 8, 2016 18:37
-
-
Save gugat/fcf63ac7c587d8cf0d5a329bc2ccaece to your computer and use it in GitHub Desktop.
Preferences for Sublime text editor
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
{ | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_numbers": false, | |
"match_brackets": false, | |
"rulers": | |
[ | |
80 | |
], | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"detect_indentation": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment