Skip to content

Instantly share code, notes, and snippets.

@mythical-programmer
Last active August 26, 2015 20:07
Show Gist options
  • Save mythical-programmer/77dfdfabd7b5a0d525e1 to your computer and use it in GitHub Desktop.
Save mythical-programmer/77dfdfabd7b5a0d525e1 to your computer and use it in GitHub Desktop.
sublime: settings user
{
// 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