From 334ba1713a03544cfefbde360dbad44b8489bdf4 Mon Sep 17 00:00:00 2001 From: Julian Davis Date: Sat, 18 Feb 2023 16:20:06 +0000 Subject: [PATCH] Added .gitattributes file to retain LF only EOL markers when checking out on Windows (#399) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f1815500 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf