{ "overrides": [ { "files": "**.sol", "options": { "printWidth": 145, "tabWidth": 2, "useTabs": false, "singleQuote": true, "bracketSpacing": false } }, { "files": ["**.ts", "**.js"], "options": { "printWidth": 145, "tabWidth": 2, "semi": true, "singleQuote": true, "useTabs": false, "endOfLine": "auto" } }, { "files": "**.json", "options": { "tabWidth": 2, "printWidth": 200 } } ] }