Files
vue-ts-example/.prettierrc.json
严浩 4fe1f5fd32
All checks were successful
CI / cache-and-install (push) Successful in 1m3s
chore: Update trailing comma in .prettierrc.json to "all"
2024-08-14 11:41:49 +08:00

9 lines
162 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all"
}