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