gas-price-oracle/.prettierrc

9 lines
132 B
Plaintext
Raw Permalink Normal View History

2020-10-16 14:10:25 +03:00
{
2020-10-19 15:02:47 +03:00
"semi": true,
"trailingComma": "all",
2020-10-16 14:10:25 +03:00
"singleQuote": true,
"printWidth": 110,
2020-10-19 15:02:47 +03:00
"tabWidth": 2,
"arrowParens": "avoid"
2020-10-16 14:10:25 +03:00
}