From 236c83c3b6ce22fa6e24166c3d2dc0eaf25889f3 Mon Sep 17 00:00:00 2001 From: Ashish Date: Fri, 23 Jan 2026 00:10:44 +0530 Subject: [PATCH] Add .gitattributes to enforce LF line endings Signed-off-by: Ashish A --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8b50a1453..83a799acd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -.VERSION export-subst \ No newline at end of file +.VERSION export-subst +* text=auto eol=lf \ No newline at end of file