29 lines
599 B
JSON
29 lines
599 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"arrowParens": "always",
|
|
"rangeStart": 0,
|
|
"vueIndentScriptAndStyle": false,
|
|
"endOfLine": "auto",
|
|
"semi": true,
|
|
"usePrettierrc": true,
|
|
"requirePragma": false,
|
|
"bracketSameLine": true,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"overrides": [
|
|
{
|
|
"files": "*.json",
|
|
"options": {
|
|
"tabWidth": 4
|
|
}
|
|
}
|
|
]
|
|
}
|