step/tool/AStyle/format.bat
2018-01-23 08:58:46 +08:00

1 line
80 B
Batchfile

for /r %%f in (*.cpp;*.c;*.h) do AStyle --style=ansi --delete-empty-lines -n %%f