From 38cba9cb39ba213dc55b8283f12425eb80f1efcc Mon Sep 17 00:00:00 2001 From: TacticalCoderJay Date: Sun, 16 Oct 2022 20:10:52 -0700 Subject: [PATCH] fix: Follow proper linebreak style. (#191) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fbf9358..b7c3d4b 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 eol=lf # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout.