{
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true,
"semi": false,
"overrides": [
"files": ["*.sol"],
"options": {
"semi": true
}
]