From 9afb63455727029ca441a565a8e0c19f0d1b3a2f Mon Sep 17 00:00:00 2001 From: Karim Jerbi Date: Sat, 15 Aug 2026 13:12:34 +0100 Subject: [PATCH] chore(git): enforce LF line endings via .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..71b98e54 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Line endings: always LF, never CRLF, on every platform and clone. +* text=auto eol=lf + +# Binary files must never be line-ending normalized. +*.png binary +*.ttf binary