4 lines
78 B
Batchfile
4 lines
78 B
Batchfile
@echo off
|
|
|
|
call meta_run.bat preprocess cpp
|
|
clang-format -i *.cpp *.hpp *.h |