drogon/format.sh
2019-05-17 22:49:09 +08:00

4 lines
86 B
Bash
Executable File

#!/bin/sh
find lib orm_lib -name *.h -o -name *.cc|xargs clang-format -i -style=file