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