web-01-api/.prettierrc
2026-06-22 10:26:29 +08:00

8 lines
106 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"printWidth": 100,
"tabWidth": 2
}