From 2135e01ee175388d4dc9569b7494daea2816bba1 Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Sat, 15 Apr 2023 20:17:46 +0300 Subject: [PATCH] .gitattributes set `eol=lf` on **all** files --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 391f0a4e..9a8a05c9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -* text=auto -*.js text eol=lf +* text=auto eol=lf +*.js text