From f3822d61bf111f000cd2922957030c5706f361d7 Mon Sep 17 00:00:00 2001 From: Patrick Stevens Date: Wed, 28 Dec 2022 12:26:57 +0000 Subject: [PATCH] Fix gitattributes (#51) --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index b94e63b..d33c1ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -* text=auto -*.sh text=lf -*.txt text=lf -*.nix text=lf +* eol=auto +*.sh eol=lf +*.txt eol=lf +*.nix eol=lf