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