From 4cfad70fbdaad0c019dcf4364afb80b3f6faca3f Mon Sep 17 00:00:00 2001 From: Nix Krystik Date: Fri, 29 May 2026 15:11:50 +0800 Subject: [PATCH] found the reason why Git thought i rewrite entire files. --- .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