diff --git a/.prettierrc b/.prettierrc index bf2025b..85a0380 100644 --- a/.prettierrc +++ b/.prettierrc @@ -7,7 +7,7 @@ "bracketSpacing": true, "overrides": [ { - "files": ["*.html", "*.twig"], + "files": ["**/*.html", "**/*.twig"], "options": { "tabWidth": 4, "useTabs": true