tornado-oracles/.prettierrc

9 lines
132 B
Plaintext
Raw Permalink Normal View History

2023-08-17 14:38:38 -07:00
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120,
"tabWidth": 2
}