gas-price-oracle/.prettierrc

7 lines
99 B
Plaintext
Raw Normal View History

2020-10-16 14:10:25 +03:00
{
"arrowParens": "avoid",
"singleQuote": true,
"printWidth": 110,
"trailingComma": "all"
}