Adjusted formatting
This commit is contained in:
parent
97e0bd4c43
commit
1f4bc947b4
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue