From ba601db48138d64e54600e4250e040fa8bcdc94b Mon Sep 17 00:00:00 2001
From: Moritz Angermann <moritz.angermann@gmail.com>
Date: Sat, 13 Mar 2021 23:29:03 +0800
Subject: [PATCH] Force eol=lf; to prevent windows breakage.

---
 .gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index b3746c6b186..aa7ab64d11d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,4 @@
 # convert CRLF into LF on checkin
 # don't convert anything on checkout
-* text=auto
+* text=auto eol=lf
 mk/win32-tarballs.md5sum text=auto eol=LF
-- 
GitLab