mempool/frontend/.prettierrc

7 lines
87 B
Plaintext
Raw Permalink Normal View History

{
"endOfLine": "lf",
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "es5"
}