From 44c930e979aae9e38c9e160087dcb3a927ee9d5b Mon Sep 17 00:00:00 2001 From: Siddhartha Singh Date: Sat, 25 Apr 2026 02:11:54 +0530 Subject: [PATCH] fix: add .gitattributes to strictly enforce LF endings for Windows CI runners --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf