chore(git): enforce LF line endings via .gitattributes

This commit is contained in:
Karim Jerbi 2026-08-15 13:12:34 +01:00
commit 9afb634557

6
.gitattributes vendored Normal file
View file

@ -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