mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-27 06:40:24 +00:00
4 lines
134 B
Batchfile
4 lines
134 B
Batchfile
@echo off
|
|
echo Run this to install the auto-format hook.
|
|
git config core.autocrlf false
|
|
copy hooks\pre-commit .git\hooks\pre-commit |