From 3eb16f8812cf07751ddabceba9532c305a68ba99 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 22 Mar 2023 10:33:38 +0800 Subject: [PATCH] update --- .githooks/init.sh | 1 + be/.gitattributes | 1 + 2 files changed, 2 insertions(+) diff --git a/.githooks/init.sh b/.githooks/init.sh index d94775355..f84f47fc4 100644 --- a/.githooks/init.sh +++ b/.githooks/init.sh @@ -1,2 +1,3 @@ +git config core.autocrlf input git config core.hooksPath .githooks chmod +x pre-commit diff --git a/be/.gitattributes b/be/.gitattributes index c941e5266..69b7c61f4 100644 --- a/be/.gitattributes +++ b/be/.gitattributes @@ -1 +1,2 @@ +* text=auto eol=lf **/wwwroot/libs/** linguist-vendored