Files
cunkebao_v3/Cunkebao/.prettierrc
超级老白兔 9c3bc5200a 同步代码
2025-08-12 09:27:50 +08:00

13 lines
254 B
Plaintext

{
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf",
"bracketSpacing": true,
"arrowParens": "avoid",
"jsxSingleQuote": false,
"quoteProps": "as-needed"
}