Files
openai--openai-agents-python/.prettierrc
T
2026-07-13 12:39:17 +08:00

11 lines
166 B
Plaintext

{
"tabWidth": 4,
"overrides": [
{
"files": "*.yml",
"options": {
"tabWidth": 2
}
}
]
}