From accb698fd33f5189a32e8d8daf60d0398aa345aa Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 26 Dec 2025 10:23:45 +1300 Subject: [PATCH] Add .gitattributes to enforce LF line endings --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3b059bf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto +Dockerfile text eol=lf +*.sh text eol=lf +*.py text eol=lf +*.json text eol=lf +*.yaml text eol=lf +*.yml text eol=lf