{ "singleQuote": true, "trailingComma": "all", "printWidth": 140, "tabWidth": 2, "semi": true, "bracketSpacing": true, "arrowParens": "always", "endOfLine": "lf", "overrides": [ { "files": "*.html", "options": { "parser": "angular" } } ] }