mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-02-17 11:40:46 +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 |