commit code.

This commit is contained in:
2022-12-30 01:56:26 +08:00
parent d81542921b
commit 7841e706f6
26 changed files with 378 additions and 273 deletions

View File

@@ -1,8 +1,8 @@
{
"singleQuote": true,
"semi": false,
"singleQuote": false,
"semi": true,
"useTabs": false,
"tabWidth": 4,
"printWidth": 110,
"endOfLine": "lf"
}
}