diff --git a/vincentlanglet/twig-cs-fixer/3.0/manifest.json b/vincentlanglet/twig-cs-fixer/3.0/manifest.json new file mode 100644 index 000000000..0bbb6ba86 --- /dev/null +++ b/vincentlanglet/twig-cs-fixer/3.0/manifest.json @@ -0,0 +1,5 @@ +{ + "gitignore": [ + "/.twig-cs-fixer.cache" + ] +} diff --git a/vincentlanglet/twig-cs-fixer/3.0/post-install.txt b/vincentlanglet/twig-cs-fixer/3.0/post-install.txt new file mode 100644 index 000000000..9926c2fcf --- /dev/null +++ b/vincentlanglet/twig-cs-fixer/3.0/post-install.txt @@ -0,0 +1,4 @@ + + You can create a `.twig-cs-fixer.dist.php` and configure to your needs + See https://github.com/VincentLanglet/Twig-CS-Fixer/blob/main/docs/configuration.md + For configuration explanation.