13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"tabWidth": 4,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"arrowParens": "always",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"bracketSpacing": true,
|
|
"vueIndentScriptAndStyle": false,
|
|
"singleAttributePerLine": true
|
|
}
|