mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
4 lines
128 B
Batchfile
4 lines
128 B
Batchfile
@echo off
|
|
call %~dp0.github\format\install-git-hook.bat
|
|
echo Formatting code...
|
|
%~dp0.github\format\AStyleHelper.exe Silent
|