From 76a83b64e58e0a03ec393cd4b16b3a577e8a53b7 Mon Sep 17 00:00:00 2001 From: Esteban Maya Cadavid Date: Fri, 8 Mar 2024 17:26:51 -0500 Subject: [PATCH] :wrench: [ADD]: Added .gitattributes file to ensure LF endings Added .gitattributes to ensure LF endings in scripts files despite operative system and repository configuration --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..efdba87644 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.sh text eol=lf