openai-agents-python/.prettierrc
2025-03-11 09:42:28 -07:00

11 lines
No EOL
166 B
Text

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