15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "all",
|
||
|
|
"printWidth": 100,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"useTabs": false,
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"arrowParens": "always",
|
||
|
|
"endOfLine": "lf",
|
||
|
|
"vueIndentScriptAndStyle": false,
|
||
|
|
"htmlWhitespaceSensitivity": "ignore"
|
||
|
|
}
|