{ "trailingComma": "none", "singleQuote": true, "tabWidth": 4, "overrides": [ { "files": "**/lwc/**/*.html", "options": { "parser": "lwc" } }, { "files": "**/*.{cls,trigger,apex}", "options": { "apexInsertFinalNewline": true, "printWidth": 140 } }, { "files": "*.{cmp,page,component}", "options": { "parser": "html" } } ] }