alioth/before/hoto-auth-vue3/.prettierrc.json
2025-05-30 09:18:01 +08:00

16 lines
346 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"printWidth": 180,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "consistent",
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"proseWrap": "preserve",
"endOfLine": "auto"
}