From 4925f06156ecbabaa819a57cb684c1677a8035df Mon Sep 17 00:00:00 2001 From: Julius Kiekbusch Date: Fri, 18 Mar 2022 20:20:26 +0100 Subject: [PATCH] Add PHP-CS-Fixer Config to gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7ccba6a..8e4265a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,7 +8,7 @@ /.gitignore export-ignore /.travis.yml export-ignore /.github export-ignore -/.php_cs export-ignore +/.php-cs-fixer.dist.php export-ignore /phpunit.xml.dist export-ignore /examples export-ignore /tests export-ignore