mempool/unfurler/.prettierrc

7 lines
87 B
Plaintext
Raw Normal View History

2022-07-24 23:16:57 +02:00
{
"endOfLine": "lf",
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "es5"
}