blt/.prettierrc

9 lines
97 B
Plaintext
Raw Normal View History

2024-12-12 23:32:30 +00:00
{
"overrides": [
{
"files": "*.yaml",
"options": { "tabWidth": 2 }
}
]
}