From 902c701e96d2e4822d3bf1125ae14596bb70d5ca Mon Sep 17 00:00:00 2001 From: repfigit Date: Fri, 20 Feb 2026 17:56:53 -0500 Subject: [PATCH] chore: add .gitattributes to enforce LF line endings Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6313b56c5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf