step/tool/AStyle/format.bat

1 line
80 B
Batchfile
Raw Permalink Normal View History

2018-01-23 00:58:46 +00:00
for /r %%f in (*.cpp;*.c;*.h) do AStyle --style=ansi --delete-empty-lines -n %%f