alioth/before/cha/14=vue3/.prettierrc.json
2025-05-30 09:18:01 +08:00

9 lines
164 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}