From f17cde44c3db9d36a09f1d91abb38ecd4984bf8a Mon Sep 17 00:00:00 2001 From: sarah Date: Mon, 23 Mar 2026 10:13:26 +0100 Subject: [PATCH] Add: .gitattributes for consistent line endings Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b722dce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto +*.ts text eol=lf +*.js text eol=lf +*.json text eol=lf +*.md text eol=lf +*.yml text eol=lf +*.yaml text eol=lf