tornado-relayer/.prettierrc

8 lines
106 B
Plaintext
Raw Normal View History

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