{ "tabWidth": 4, "overrides": [ { "files": "**/*.{html}", "options": { "printWidth": 10000 } }, { "files": "**/*.js", "options": { "printWidth": 100 } }, { "files": "**/*.json", "options": { "tabWidth": 2, "printWidth": 80 } } ] }