Last active
August 26, 2015 20:07
-
-
Save mythical-programmer/77dfdfabd7b5a0d525e1 to your computer and use it in GitHub Desktop.
sublime: settings user
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
Show hidden characters
{ | |
// for better completions | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "qazwsxedcrfvtgbyhnujmikolpQAZWSXEDCRFVTGBYHNUJMIKOLP", | |
"selector": "text, source, meta, string, punctuation, constant" | |
} | |
], | |
// display, look and feel | |
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", | |
"font_size": 15, | |
"draw_white_space": "all", | |
// packages | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
// tab setting | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"use_tab_stops": true, | |
"spell_check": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment