From 2ce6d6f62a9e88d90842e2e05fea27b6afbed144 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Fri, 24 Apr 2026 22:10:36 +0200 Subject: [PATCH] gitattr --- .gitattributes | 2 ++ bootstrap.sh | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..db59ba9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Force LF line endings for shell scripts +*.sh text eol=lf diff --git a/bootstrap.sh b/bootstrap.sh index 0c02592..0176272 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,5 @@ #!/bin/zsh + # in case of $'\r': command not found error, run command below first # sed -i 's/\r$//' ./bootstrap.sh