{ "printWidth": 120, "singleQuote": true, "trailingComma": "none", "bracketSpacing": true, "semi": true, "requirePragma": false, "proseWrap": "always", "tabWidth": 2, "useTabs": false, "arrowParens": "avoid", "endOfLine": "crlf", "overrides": [ { "files": "*.json", "options": { "parser": "json" } }, { "files": "*.md", "options": { "parser": "mdx" } } ] }