From 30eb32adc31984683e0ad035115c07bb74a8c8b9 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 30 Mar 2023 01:47:47 +0200 Subject: [PATCH] Prevent `.sh` files from having CRLF endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e7657f6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text=auto eol=lf