From 70ab29454a53958676de33bb39b9be1ea613e135 Mon Sep 17 00:00:00 2001 From: SeDemal Date: Mon, 2 Dec 2024 19:28:45 +0100 Subject: [PATCH] fix: fix binary conflicts for linux (#1583) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 07764a78d..94f480de9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text eol=lf \ No newline at end of file +* text=auto eol=lf \ No newline at end of file