{ "useTabs": true, "tabWidth": 4, "trailingComma": "es5", "printWidth": 100, "overrides": [ { "files": "*.yml", "options": { "tabWidth": 2, "useTabs": false } }, { "files": "*.html", "options": { "printWidth": 120, "htmlWhitespaceSensitivity": "ignore" } } ] }