{ "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "as-needed", "trailingComma": "all", "bracketSpacing": true, "singleAttributePerLine": true, "arrowParens": "always", "endOfLine": "auto", "printWidth": 90, "overrides": [ { "files": "*.html", "options": { "parser": "angular" } } ] }