Files
cunkebao_v3/nkebao/.prettierrc
2025-07-29 17:06:18 +08:00

13 lines
266 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"
}