From 9c2a04aa213ac231782df126e1dc3f91c529789c Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Wed, 21 Jun 2023 07:24:37 -0500 Subject: [PATCH] Add eol=lf to gitattribute --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f84404f19..df7d89342 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Set the default behavior, in case people don't have core.autocrlf set. -* text=auto +* text=auto eol=lf # Explicitly declare text files you want to always be normalized and converted to native line endings on checkout. *.c text diff=cpp