archive-monorepo/@tornado/gas-price-oracle/.prettierrc

9 lines
133 B
Plaintext
Raw Normal View History

2023-05-17 04:26:54 -04:00
{
"semi": false,
"trailingComma": "all",
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 130,
"tabWidth": 2
}