From 470a1dc6a8bcd1dc34062b282fe97a149915f5c5 Mon Sep 17 00:00:00 2001 From: sarah Date: Mon, 23 Mar 2026 20:15:46 +0100 Subject: [PATCH] Add .gitattributes to enforce LF line endings Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..819e86a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +*.sh text eol=lf \ No newline at end of file