Adjusted formatting

This commit is contained in:
Maximilian Giller 2021-07-27 23:44:20 +02:00
parent 97e0bd4c43
commit 1f4bc947b4

View file

@ -1,5 +1,5 @@
{ {
"arrowParens": "always", "arrowParens": "avoid",
"bracketSpacing": true, "bracketSpacing": true,
"endOfLine": "lf", "endOfLine": "lf",
"htmlWhitespaceSensitivity": "css", "htmlWhitespaceSensitivity": "css",
@ -15,6 +15,5 @@
"tabWidth": 2, "tabWidth": 2,
"trailingComma": "none", "trailingComma": "none",
"useTabs": false, "useTabs": false,
"vueIndentScriptAndStyle": false, "vueIndentScriptAndStyle": false
"parser": "vue"
} }