From c5781f42fe6412b2386aeb8b842b423c416aa5ef Mon Sep 17 00:00:00 2001 From: lacyyy Date: Thu, 23 Jun 2022 09:24:08 +0200 Subject: [PATCH] package/msys: fix wrong .gitattributes option for LF line endings. Because of this typo, Git on Windows wrongly normalizes the PKGBUILD files to CRLF line endings. --- package/msys/.gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/msys/.gitattributes b/package/msys/.gitattributes index 128d476c0..652f53a1e 100644 --- a/package/msys/.gitattributes +++ b/package/msys/.gitattributes @@ -1,2 +1,2 @@ -magnum/PKGBUILD text eof=lf -PKGBUILD text eof=lf +magnum/PKGBUILD text eol=lf +PKGBUILD text eol=lf