From bb6c2155f3d8bf485cae17caeb312d37a6f2be18 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Thu, 26 Jun 2025 11:48:21 +0200 Subject: [PATCH] Add .gitattributes: Ensure Unix line endings for text files On Windows, Git may be configured to checkout LF line endings as CRLF, but this breaks shell scripts. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6313b56c5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf