From c7efa631e19dd910a37c4fd2026400838d04641f Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Mon, 1 Feb 2021 00:39:45 +0100 Subject: [PATCH] Enforce LF line endings --- .gitattributes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 489dde74..ed7c531e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,3 @@ # Auto detect text files and perform LF normalization -* text=auto - -*.txt text eof=lf +* text=auto eof=lf *.cs diff=csharp