{ "semi": true, "trailingComma": "es5", "singleQuote": true, "printWidth": 300, "tabWidth": 4, "useTabs": false, "arrowParens": "always", "endOfLine": "lf", "bracketSpacing": true, "bracketSameLine": false, "htmlWhitespaceSensitivity": "css", "overrides": [ { "files": "*.html", "options": { "parser": "angular" } }, { "files": "*.component.html", "options": { "parser": "angular" } } ] }