| { | |
| "arrowParens": "always", | |
| "bracketSameLine": false, | |
| "tabWidth": 2, | |
| "printWidth": 80, | |
| "semi": false, | |
| "singleQuote": true, | |
| "trailingComma": "all", | |
| "plugins": ["@typespec/prettier-plugin-typespec"], | |
| "overrides": [{ "files": ".tsp", "options": { "parser": "typespec" } }] | |
| } | |