From 24dc76ce9e0ba815b3a74317807dce32a9b0ee8c Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Sun, 17 Aug 2025 13:08:33 -0500 Subject: [PATCH] normal line endings --- locales/en/.gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 locales/en/.gitattributes diff --git a/locales/en/.gitattributes b/locales/en/.gitattributes new file mode 100644 index 0000000..f61cdb7 --- /dev/null +++ b/locales/en/.gitattributes @@ -0,0 +1,12 @@ +# .gitattributes - enforce sensible defaults +* text=auto eol=lf + +# Windows-skripte sollten CRLF behalten +*.ps1 eol=crlf +*.bat eol=crlf + +# Binaries +*.png binary +*.jpg binary +*.jpeg binary +*.webp binary