19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "es5",
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"quoteProps": "as-needed",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"vueIndentScriptAndStyle": false,
|
|
"singleAttributePerLine": false
|
|
}
|