{ "bracketSpacing": true, "printWidth": 80, "proseWrap": "preserve", "semi": true, "singleQuote": false, "trailingComma": "all", "tabWidth": 4, "useTabs": true, "parser": "typescript", "arrowParens": "always", "requirePragma": true, "insertPragma": true, "endOfLine": "lf", "overrides": [ { "files": "*.json", "options": { "singleQuote": false } }, { "files": ".*rc", "options": { "singleQuote": false, "parser": "json" } } ] }