Files
chat-one-web/.prettierrc
2026-04-03 16:23:35 +08:00

8 lines
107 B
Plaintext

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