Frontend/.prettierrc
Liam defdcccdb6
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled
add realtime statistics!!!
2024-04-18 01:21:38 +01:00

12 lines
261 B
Plaintext

{
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": false,
"printWidth": 120,
"proseWrap": "always",
"quoteProps": "as-needed",
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}