From 46bf612fc77b64dacd979132800c8bc6e6aa2856 Mon Sep 17 00:00:00 2001 From: Taha Tariq Date: Thu, 13 Aug 2026 02:17:51 +0500 Subject: [PATCH] chore(git): pin LF line endings via .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file