dagger-contracts/.prettierrc

17 lines
195 B
Plaintext

{
"overrides": [
{
"files": "*.js",
"options": {
"semi": false
}
},
{
"files": "*.sol",
"options": {
"tabWidth": 2
}
}
]
}