mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-02-17 03:29:34 +00:00
5 lines
128 B
Batchfile
5 lines
128 B
Batchfile
@echo off
|
|
call %~dp0.github\format\install-git-hook.bat
|
|
echo Formatting code...
|
|
%~dp0.github\format\AStyleHelper.exe Silent
|