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,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
@ -15,6 +15,5 @@
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"vueIndentScriptAndStyle": false,
"parser": "vue"
"vueIndentScriptAndStyle": false
}