tornado-oracles/.prettierrc

9 lines
132 B
Plaintext
Raw Normal View History

2023-08-18 00:38:38 +03:00
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120,
"tabWidth": 2
}