accounts-frontend/.prettierrc

9 lines
148 B
Plaintext

{
"trailingComma": "all",
"singleQuote": true,
"proseWrap": "always",
"endOfLine": "lf",
"tabWidth": 4,
"printWidth": 120
}