2
0
mirror of https://github.com/status-im/dagger-contracts.git synced 2025-01-27 23:08:56 +00:00
2022-02-10 07:46:03 +01:00

17 lines
195 B
Plaintext

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