2020-05-21 13:14:40 +00:00
|
|
|
#!/usr/bin/env bash
|
2019-05-17 14:49:09 +00:00
|
|
|
|
2021-05-22 05:08:17 +00:00
|
|
|
clang-format --version
|
2021-05-28 01:52:34 +00:00
|
|
|
find lib orm_lib nosql_lib examples drogon_ctl -name *.h -o -name *.cc -exec dos2unix {} \;
|
2021-03-13 11:13:54 +00:00
|
|
|
find lib orm_lib nosql_lib examples drogon_ctl -name *.h -o -name *.cc|xargs clang-format -i -style=file
|