Last active
January 26, 2019 05:21
-
-
Save pinkhominid/c35a48d9205cf5bcb8a516a4838c4b59 to your computer and use it in GitHub Desktop.
My Sublime Text user preferences
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
{ | |
"ensure_newline_at_eof_on_save": false, | |
"font_size": 13, | |
"ignored_packages": | |
[ | |
], | |
"rulers": | |
[ | |
100 | |
], | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_start_in_command_mode": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.