WebChat/.prettierrc
2023-07-12 04:22:57 +08:00

6 lines
91 B
Text

{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 120
}