Format vetur config file and force tabs when indenting

This commit is contained in:
Tanguy Herbron 2020-07-27 11:25:24 +02:00
parent 52ffa66ceb
commit b6d1452b1d

View File

@ -1 +1,5 @@
{"suggest.noselect": false} {
"suggest.noselect": false,
"vetur.format.options.tabSize": 4,
"vetur.format.options.useTabs": true
}