13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"printWidth": 80,
|
|
"endOfLine": "auto",
|
|
"vueIndentScriptAndStyle": true
|
|
} |