From 3d1af546287d0416a207c00336248884ea3fa710 Mon Sep 17 00:00:00 2001 From: cadmic Date: Thu, 27 Feb 2025 17:52:49 -0800 Subject: [PATCH] Revert "Always use LF line endings, even on Windows (#2489)" (#2492) This reverts commit 2b30c61a2698862e3debd50c2be193df23f9e8b5. --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 59135bfe3c..cbd25a6bf4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -# Always use LF instead of CRLF line endings -* text eol=lf +# Auto detect text files and perform LF normalization +* text=auto # Set browser syntax highlighting for certain files *.inc linguist-language=gas *.seq linguist-language=gas