1
0
Fork 0

PROJECT: set core.autocrlf in install.bat to make it easier to contribute

This commit is contained in:
Duncan Ogilvie 2020-07-09 18:27:08 +02:00
parent 5d00c40382
commit 4312b99fd4
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@echo off @echo off
echo Run this to install the auto-format hook. echo Run this to install the auto-format hook.
git config core.autocrlf false
copy hooks\pre-commit .git\hooks\pre-commit copy hooks\pre-commit .git\hooks\pre-commit