accounts-frontend/.prettierrc

9 lines
148 B
Plaintext
Raw Normal View History

{
2020-05-24 04:38:24 +05:30
"trailingComma": "all",
"singleQuote": true,
"proseWrap": "always",
"endOfLine": "lf",
"tabWidth": 4,
"printWidth": 120
}