mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-01-10 11:55:44 +00:00
17 lines
195 B
Plaintext
17 lines
195 B
Plaintext
|
{
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.js",
|
||
|
"options": {
|
||
|
"semi": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"files": "*.sol",
|
||
|
"options": {
|
||
|
"tabWidth": 2
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|