From 819a1f9073078f8c74aeb2f08511cbe69088ccc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Neves?= Date: Tue, 23 Jun 2026 20:03:35 +0000 Subject: [PATCH] chore: add .gitattributes for cross-platform line ending consistency --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ebf373 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Normalize line endings to LF for all text files +* text=auto eol=lf + +# Binary files - declare as binary to prevent line ending conversion +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.woff binary +*.woff2 binary +*.ttf binary +*.eot binary +*.webp binary