From 12e1608d24fdb1864285ba28b77961e0d98b6903 Mon Sep 17 00:00:00 2001 From: Valentijn Scholten Date: Thu, 5 Mar 2026 18:20:52 +0100 Subject: [PATCH] chore: add .gitattributes to enforce LF line endings --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..7ccda44a24 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Normalize line endings to LF +*.sh text eol=lf +*.expect text eol=lf +*.py text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.md text eol=lf + +# Binary files — never touch line endings +*.png binary +*.jpg binary +*.gif binary +*.ico binary +*.pdf binary \ No newline at end of file