Files
WebChat/.prettierrc

8 lines
123 B
Plaintext
Raw Normal View History

2023-07-12 04:22:57 +08:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
2023-12-05 03:56:34 +08:00
"printWidth": 120,
"tailwindFunction": ["clsx"]
2023-07-12 04:22:57 +08:00
}