From 0b58b1feff419d04356419a7c8b35fa8cdabf583 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 3 Nov 2020 21:28:15 +0100 Subject: [PATCH] Add .gitattributes phpcs-errors:221 phpunit-status:successful phpstan-errors:548 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6c48c9c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.php text eol=lf diff=php +*.css text eol=lf