13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
|
{
|
||
|
"tabWidth": 2,
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"quoteProps": "as-needed",
|
||
|
"trailingComma": "es5",
|
||
|
"bracketSpacing": true,
|
||
|
"arrowParens": "always",
|
||
|
"printWidth": 80,
|
||
|
"endOfLine": "auto",
|
||
|
"vueIndentScriptAndStyle": true
|
||
|
}
|