From 4312b99fd4e8c8d661ccb51414b6331b752907c0 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Thu, 9 Jul 2020 18:27:08 +0200 Subject: [PATCH] PROJECT: set core.autocrlf in install.bat to make it easier to contribute --- install.bat | 1 + 1 file changed, 1 insertion(+) 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