fixed-merkle-tree/.prettierrc

8 lines
117 B
Plaintext
Raw Normal View History

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