Files
bun-app-template/.prettierrc.json
2026-05-20 00:18:07 +08:00

12 lines
201 B
JSON

{
"printWidth": 120,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"tabWidth": 2,
"useTabs": false
}