Files
sgxt_web/.prettierrc

8 lines
120 B
Plaintext
Raw Normal View History

2025-04-12 14:54:02 +08:00
{
2026-04-07 11:12:09 +08:00
"semi": true,
2025-04-12 14:54:02 +08:00
"singleQuote": false,
"trailingComma": "none",
2026-04-07 11:12:09 +08:00
"spacedComment": 2,
"quoteProps": "preserve"
}