tornado-relayer/.prettierrc
2020-08-04 10:39:56 +03:00

8 lines
118 B
Plaintext

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