diff --git a/.prettierrc b/.prettierrc index 4c41ad7..4c40178 100644 --- a/.prettierrc +++ b/.prettierrc @@ -2,5 +2,13 @@ "arrowParens": "always", "printWidth": 100, "singleQuote": true, - "useTabs": true + "useTabs": true, + "overrides": [ + { + "files": ".github/workflows/*.yml", + "options": { + "useTabs": false + } + } + ] }