Creates file to host personal settings

This commit is contained in:
William Carroll 2016-06-23 11:12:16 -04:00
parent 41d3e0f015
commit 28804c7bd2

View file

@ -0,0 +1,27 @@
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "/",
"selector": "string.quoted.double.html,string.quoted.single.html, source.css"
}
],
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"font_face": "Operator Mono",
"font_size": 16,
"ignored_packages":
[
"Vintage",
"VintageousOrigami"
],
"tab_size": 2,
"theme": "Oceanic Next.sublime-theme",
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true,
"vintageous_use_ctrl_keys": true,
"rulers": [80]
}