From 8656027282931d8d279ce66a52775eacf9dd59a9 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 22 May 2026 21:08:39 +1000 Subject: git(attributes): Force LF for all text files except windows specific files --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..60ceb6c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Force LF for all text files +* text=auto eol=lf +# Keep CRLF for Windows-specific files +*.bat text eol=crlf +*.cmd text eol=crlf -- cgit v1.2.3