fixed-merkle-tree/.prettierrc

8 lines
117 B
Plaintext
Raw Normal View History

2021-07-06 12:44:12 +02:00
{
"semi": false,
"arrowParens": "always",
"singleQuote": true,
2021-07-06 12:51:06 +02:00
"printWidth": 110,
"trailingComma": "all"
2021-07-06 12:44:12 +02:00
}