tornado-relayer/.prettierrc

8 lines
118 B
Plaintext
Raw Normal View History

2020-08-04 07:39:56 +00:00
{
"semi": false,
"arrowParens": "always",
"singleQuote": true,
"printWidth": 110,
"trailingComma": "none"
}