vue-format
vue-format copied to clipboard
Expecting indentation exceeded
Using vue-format, I get these errors in Lint:
✘ http://eslint.org/docs/rules/indent Expected indentation of 2 space characters but found 4
/home/tom/Websites/Qrespi/qint-config/src/App.vue:63:5
components: {
^
✘ http://eslint.org/docs/rules/indent Expected indentation of 6 space characters but found 8
/home/tom/Websites/Qrespi/qint-config/src/App.vue:64:9
Hello,
^
Basically it inserts two tabs each time when it should only do one...?