29682/backend/.prettierrc
2025-03-06 22:52:28 +00:00

12 lines
225 B
Plaintext

{
"singleQuote": true,
"tabWidth": 2,
"printWidth": 80,
"trailingComma": "all",
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always"
}