diff --git a/install.bat b/install.bat index 0ef42632..c7119ca8 100644 --- a/install.bat +++ b/install.bat @@ -1,3 +1,4 @@ @echo off echo Run this to install the auto-format hook. +git config core.autocrlf false copy hooks\pre-commit .git\hooks\pre-commit \ No newline at end of file