accounts-frontend/.prettierrc
2020-05-24 02:08:24 +03:00

9 lines
148 B
Plaintext

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