]> git.mxchange.org Git - mailer.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 10 Nov 2023 06:24:22 +0000 (07:24 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 10 Nov 2023 06:24:52 +0000 (07:24 +0100)
- first generic, then specific file extensions

Signed-off-by: Roland Häder <roland@mxchange.org>
.gitattributes

index c322e6e905a78250d4ffe9fd45cd44e85353f0f0..983348db6d13355b59eb5d4cdb8f6bf0d56e19b4 100644 (file)
@@ -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