From 35c3ff7bb02411fed8c6855cd526d46ece5b633a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 12:17:46 +0100 Subject: [PATCH] Readd config packages twig yaml file Add twig config --- config/packages/twig.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/packages/twig.yaml diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml new file mode 100644 index 0000000..3f795d9 --- /dev/null +++ b/config/packages/twig.yaml @@ -0,0 +1,6 @@ +twig: + file_name_pattern: '*.twig' + +when@test: + twig: + strict_variables: true -- 2.41.0