From be82eb585c49887eea74d07e648c42388098ca66 Mon Sep 17 00:00:00 2001 From: Esteban Maya Date: Sun, 10 Mar 2024 14:46:34 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20`.gitattributes`=20file=20?= =?UTF-8?q?to=20ensure=20LF=20endings=20for=20`.sh`=20files=20(#658)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..efdba87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.sh text eol=lf