From c2d9e441d228e266b65b144e6674b0f689614957 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sun, 2 Aug 2026 10:26:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0.gitattributes=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BB=A5=E7=BA=A6=E6=9D=9F=E6=8D=A2=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..61adf647 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize text files to LF on checkout and in the repository. +* text=auto eol=lf