This commit is contained in:
2025-09-28 14:51:32 +08:00
parent a56197a349
commit ed0527bf27
3 changed files with 37 additions and 15 deletions

View File

@@ -3,16 +3,5 @@
"semi": false,
"singleQuote": true,
"printWidth": 100,
"useTabs": false,
"tabWidth": 2,
"bracketSpacing": true,
"bracketSameLine": false,
"jsxSingleQuote": false,
"trailingComma": "es5",
"arrowParens": "always",
"endOfLine": "lf",
"quoteProps": "as-needed",
"htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": false,
"singleAttributePerLine": false
"trailingComma": "none"
}