From 0c3808cf60e0ca3ab70811473980dccdf34909a5 Mon Sep 17 00:00:00 2001 From: bielie Date: Fri, 30 Jan 2026 00:58:14 +0800 Subject: [PATCH] Add .gitattributes to enforce LF --- .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