Files
vue-ts-example/.prettierrc.json
严浩 d0ba655182
All checks were successful
CI / cache-and-install (push) Successful in 55s
chore: StackGuard
2024-08-10 17:47:43 +08:00

8 lines
162 B
JSON

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