{ "printWidth": 120, "tabWidth": 4, "singleQuote": true, "trailingComma": "all", "bracketSpacing": true, "arrowParens": "avoid", "overrides": [ { "files": "**/*.sol", "options": { "printWidth": 120, "tabWidth": 4, "useTabs": false, "singleQuote": false, "bracketSpacing": false } } ] }