{ "trailingComma": "es5", "tabWidth": 4, "semi": true, "singleQuote": true, "overrides": [ { "files": ["*.html"], "options": { "tabWidth": 2 } }, { "files": ["*.css"], "options": { "tabWidth": 2 } } ] }