From 34110c377dbe2a0e8ad2a12cb5d5cf615fc3c314 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