From b512c215a428f2f9afc6ab00e81b55590753c797 Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 14 Feb 2026 17:05:04 -0700 Subject: [PATCH] chore: enforce line endings via gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..5d6de171 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf +*.bat text eol=crlf +*.cmd text eol=crlf +*.ps1 text eol=crlf