sgxt_web/.prettierrc

6 lines
90 B
Plaintext
Raw Normal View History

2025-04-12 14:54:02 +08:00
{
"semi":true,
"singleQuote": false,
"trailingComma": "none",
"spaced-comment":2
}