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

8 lines
97 B
Text

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