From 8fc7e604d79ae4594695c236bddb13276df2afb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20St=C3=BCber?= Date: Tue, 19 Nov 2024 10:44:55 +0100 Subject: [PATCH] Use \n Lineending: in .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d27714523..bf50152bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ # All files (*) that git considers to be text (auto) # will have normalized (LF) line-endings in the repository. -* text=auto +* text=auto eol=lf