From 10ab9152d9de18aa521364e1c0aa3c9917be86fb Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 9 Sep 2024 00:00:49 +0200 Subject: [PATCH] Force line endings of Unix scripts --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..61f94e70 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.fish text eol=lf +*.sh text eol=lf