Files
cunkebao_v3/Cunkebao/.prettierrc

13 lines
254 B
Plaintext
Raw Normal View History

2025-08-12 09:27:50 +08:00
{
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf",
"bracketSpacing": true,
"arrowParens": "avoid",
"jsxSingleQuote": false,
"quoteProps": "as-needed"
}