infrastructure-upgrade/lib/solmate/.prettierrc

15 lines
176 B
Plaintext
Raw Normal View History

2023-04-08 21:46:18 +03:00
{
"tabWidth": 2,
"printWidth": 100,
"overrides": [
{
"files": "*.sol",
"options": {
"tabWidth": 4,
"printWidth": 120
}
}
]
}