tornado-relayer/.prettierrc

8 lines
106 B
Plaintext
Raw Normal View History

2022-06-29 13:02:30 +03:00
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 130,
"tabWidth": 2
}