30839/app-shell/.prettierrc
2025-04-19 07:53:33 +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"
}