{ "trailingComma": "none", "tabWidth": 4, "semi": true, "singleQuote": true, "jsxSingleQuote": true, "bracketSameLine": true, "printWidth": 110, "endOfLine": "lf", "overrides": [ { "files": ["*.json"], "options": { "tabWidth": 2 } } ] }