{ "semi": true, "trailingComma": "all", "singleQuote": true, "printWidth": 120, "tabWidth": 4, "useTabs": false, "bracketSpacing": true, "bracketSameLine": false, "arrowParens": "always", "endOfLine": "lf", "quoteProps": "as-needed", "jsxSingleQuote": true, "overrides": [ { "files": "*.json", "options": { "printWidth": 120 } }, { "files": "*.md", "options": { "printWidth": 100, "proseWrap": "preserve" } } ] }