小时费率

This commit is contained in:
hanchaobo
2024-06-12 09:50:18 +08:00
parent b159ccd420
commit 8de5841fb5
325 changed files with 4969 additions and 22249 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"rangeStart": 0,
"endOfLine": "crlf"
}