blt/.prettierrc
2024-12-12 15:32:30 -08:00

9 lines
97 B
Plaintext

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