tornado-relayer/.prettierrc
2020-09-28 17:55:01 +03:00

8 lines
117 B
Plaintext

{
"semi": false,
"arrowParens": "always",
"singleQuote": true,
"printWidth": 110,
"trailingComma": "all"
}