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