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