{ "overrides": [ { "files": ["*.html", "*.ejs"], "options": { "parser": "html", "htmlWhitespaceSensitivity": "ignore" } }, { "files": "*.md", "options": { "tabWidth": 4 } } ] }