From 70105a4c269f73a65a36b2701a20cd01da6dbc2d 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..7b779452 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.fish text eol=lf +*.sh text eol=lf \ No newline at end of file