{ "useTabs": false, "printWidth": 140, "tabWidth": 4, "singleQuote": true, "trailingComma": "none", "arrowParens": "avoid", "overrides": [ { "files": "{apps}/**/*.html", "options": { "parser": "angular" } }, { "files": ["*.json"], "options": { "tabWidth": 2 } } ] }