accounts-frontend/.prettierrc

7 lines
98 B
Plaintext

{
"trailingComma": "all",
"singleQuote": true,
"proseWrap": "always",
"endOfLine": "lf"
}