{ "arrowParens": "always", "bracketSpacing": true, "endOfLine": "lf", "htmlWhitespaceSensitivity": "css", "jsxBracketSameLine": false, "printWidth": 80, "proseWrap": "preserve", "requirePragma": false, "semi": false, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false, "overrides": [ { "files": "*.json", "options": { "printWidth": 200 } } ] }