dy_web_new_gd/.prettierrc

6 lines
90 B
Plaintext
Raw Normal View History

2024-07-19 22:42:54 +08:00
{
"semi":true,
"singleQuote": false,
"trailingComma": "none",
"spaced-comment":2
}