From: Roland Häder Date: Sun, 10 Jul 2022 09:48:34 +0000 (+0200) Subject: Updated .gitattributes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=709a0ce2d4863fd0ff856f95d321e2c019c0080e;p=core.git Updated .gitattributes --- 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