From 932c315301a09ae2fe54aa84de6c5b662e8df5ba Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sun, 8 Nov 2020 19:05:08 +0100 Subject: [PATCH] Add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b35dc2e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.php text eol=lf diff=php +*.css text eol=lf diff=css