SiKai/server/.prettierrc

6 lines
96 B
Plaintext
Raw Normal View History

2024-10-13 13:47:02 +08:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 200,
"endOfLine": "auto",
}