{ "arrowParens": "avoid", "bracketSpacing": true, "printWidth": 120, "singleQuote": false, "tabWidth": 2, "trailingComma": "all", "overrides": [ { "files": "*.sol", "options": { "tabWidth": 4 } } ] }