From 709a0ce2d4863fd0ff856f95d321e2c019c0080e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 10 Jul 2022 11:48:34 +0200 Subject: [PATCH] Updated .gitattributes --- .gitattributes | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 983348db..a06e23eb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,9 +4,6 @@ # Autodetect text files * text=auto -# Force the following filetypes to have unix eols, so Windows does not break them -*.* text eol=lf - # Force images/fonts to be handled as binaries *.jpg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text @@ -31,3 +28,12 @@ *.otf filter=lfs diff=lfs merge=lfs -text *.z filter=lfs diff=lfs merge=lfs -text *.docx filter=lfs diff=lfs merge=lfs -text + +# Force the following filetypes to have unix eols, so Windows does not break them +*.php text eol=lf +*.tpl text eol=lf +*.sh text eol=lf +*.json text eol=lf +*.lock text eol=lf +*.dist text eol=lf +*.xml text eol=lf -- 2.39.2