From 338aff0cb5a07237e5147daecf9872f1edc5922b Mon Sep 17 00:00:00 2001 From: ertopogo Date: Sat, 14 Mar 2026 16:20:58 +0100 Subject: Fix WSL bash scripts line endings (LF) and document CRLF troubleshooting --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f2338ae --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +tests/*.sh text eol=lf -- cgit v1.2.3