{ "printWidth": 120, "useTabs": true, "semi": true, "singleQuote": true, "trailingComma": "es5", "bracketSpacing": true, "arrowParens": "avoid", "overrides": [ { "files": "*.html", "options": { "parser": "angular" } } ] }