test/.prettierrc

8 lines
138 B
Plaintext
Raw Normal View History

2025-03-30 22:09:19 +08:00
{
"semi":false,
"arrowParens": "avoid",
"singleQuote": false,
"trailingComma": "none",
"spaced-comment":2,
"printWidth": 180
}