Files
vue-ts-example/.prettierrc.json
严浩 90c970bd67
All checks were successful
CI / cache-and-install (push) Successful in 50s
pnpm create vue@latest
2024-08-04 11:34:25 +08:00

8 lines
163 B
JSON

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