{ "arrowParens": "avoid", "bracketSpacing": true, "endOfLine": "lf", "jsxBracketSameLine": false, "printWidth": 100, "proseWrap": "preserve", "requirePragma": false, "semi": true, "singleQuote": false, "tabWidth": 2, "trailingComma": "none", "useTabs": false, "overrides": [ { "files": "*.json", "options": { "printWidth": 200 } } ] }