From adf8792cb2e14b24ec8ce986b0640feb21597368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 4 Mar 2022 20:47:36 +0100 Subject: [PATCH] Add .gitattributes for proper diff drivers --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..f2e3418 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.php diff=php +*.css diff=css +*.scss diff=css