{ "arrowParens": "always", "singleQuote": true, "tabWidth": 4, "semi": true, "trailingComma": "all", "endOfLine": "auto", "overrides": [ { "files": ".prettierrc", "options": { "parser": "json" } }, { "files": ["*.ts", "*.mts"], "options": { "parser": "typescript" } }, { "files": ["*.yml", "*.yaml"], "options": { "tabWidth": 2 } } ] }