SiKai/server/.prettierrc
2024-10-13 05:47:02 +00:00

6 lines
96 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 200,
"endOfLine": "auto",
}