safesight-edge/third_party/mpp/tools/mpp_astyle.bat

4 lines
81 B
Batchfile

@echo off
astyle.exe --options=astylerc --recursive ../*.cpp ../*.c ../*.h
pause