From 8542675d020c95fc5a37845e221bb31603fe3d74 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 28 Jun 2025 11:04:20 +0100 Subject: [PATCH] chore: make all .sh scripts use lf eol --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..21309088 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# All .sh files should be lf line endings +*.sh text eol=cl +