2021-07-25 13:23:25 +02:00
|
|
|
{
|
2023-11-11 15:23:04 +01:00
|
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
2021-07-25 13:23:25 +02:00
|
|
|
"tabWidth": 2,
|
|
|
|
"semi": false,
|
|
|
|
"singleQuote": true,
|
|
|
|
"quoteProps": "as-needed",
|
|
|
|
"trailingComma": "es5",
|
|
|
|
"bracketSpacing": true,
|
|
|
|
"arrowParens": "always",
|
|
|
|
"printWidth": 80,
|
|
|
|
"endOfLine": "auto",
|
|
|
|
"vueIndentScriptAndStyle": true
|
2023-11-11 15:23:04 +01:00
|
|
|
}
|