automod/.prettierrc

14 lines
235 B
Plaintext

{
"tabWidth": 4,
"useTabs": false,
"trailingComma": "all",
"overrides": [
{
"files": ["**/*.yml", "**/*.yaml"],
"options": {
"tabWidth": 2
}
}
]
}