15 lines
176 B
Plaintext
15 lines
176 B
Plaintext
|
{
|
||
|
"tabWidth": 2,
|
||
|
"printWidth": 100,
|
||
|
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.sol",
|
||
|
"options": {
|
||
|
"tabWidth": 4,
|
||
|
"printWidth": 120
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|