From be2526b5c7cf820aa9957f31c7e542198d05af07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 10 Nov 2023 07:24:22 +0100 Subject: [PATCH] Continued: - first generic, then specific file extensions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5