{ "singleQuote": true, "trailingComma": "all", "overrides": [ { "files": "*.sol", "options": { "singleQuote": false, "printWidth": 120, "explicitTypes": "always" } } ] }