This commit is contained in:
lcw
2026-04-07 11:12:09 +08:00
parent 582b8677fc
commit ef3c23a03a
13 changed files with 1206 additions and 763 deletions

View File

@ -1,6 +1,7 @@
{
"semi":true,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"spaced-comment":2
}
"spacedComment": 2,
"quoteProps": "preserve"
}