PROJECT: set core.autocrlf in install.bat to make it easier to contribute
This commit is contained in:
parent
5d00c40382
commit
4312b99fd4
|
@ -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
|
Loading…
Reference in New Issue