{ "overrides": [ { "files": "*.sol", "options": { "printWidth": 80, "singleQuote": false, "bracketSpacing": true, "explicitTypes": "always" } }, { "files": "*.js", "options": { "tabWidth": 2, "printWidth": 80, "singleQuote": false } } ] }