Created
September 8, 2015 00:08
-
-
Save rickschmoo/36d49a0cbc03026234ad to your computer and use it in GitHub Desktop.
Sublime user prefs
This file contains 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
{ | |
"font_size": 15, | |
"draw_white_space": "all", | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "<", | |
"selector": "text.hogan" | |
} | |
], | |
"gutter": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_numbers": true, | |
"overlay_scroll_bars": "enabled", | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment