{ "printWidth": 100, "useTabs": false, "tabWidth": 4, "semi": true, "singleQuote": true, "trailingComma": "all", "bracketSpacing": true, "singleAttributePerLine": true, "overrides": [ { "files": [ "*.json" ], "options": { "printWidth": 10 } }, { "files": [ "*.md", "*.mdx" ], "options": { "proseWrap": "always" } } ] }