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

9 lines
133 B
Plaintext
Raw Normal View History

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