From: Roland Häder Date: Fri, 10 Nov 2023 06:24:22 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=be2526b5c7cf820aa9957f31c7e542198d05af07;p=mailer.git Continued: - first generic, then specific file extensions Signed-off-by: Roland Häder --- diff --git a/.gitattributes b/.gitattributes index c322e6e905..983348db6d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,9 @@ # 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 @@ -28,6 +31,3 @@ *.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 -*.* text eol=lf