{ "singleQuote": true, "tabWidth": 2, "useTabs": false, "printWidth": 80, "endOfLine": "auto", "overrides": [ { "files": "*.json", "options": { "tabWidth": 2 } }, { "files": "*.css", "options": { "tabWidth": 4, "singleQuote": false } }, { "files": "*.html", "options": { "tabWidth": 4 } } ] }