tx-manager/.prettierrc

8 lines
117 B
Plaintext
Raw Normal View History

2020-10-02 12:14:40 +03:00
{
"semi": false,
"arrowParens": "always",
"singleQuote": true,
"printWidth": 110,
"trailingComma": "all"
}