mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-04 04:38:14 +08:00
3c15f65a7f
Co-authored-by: An Tao <antao2002@gmail.com>
5 lines
189 B
Bash
Executable File
5 lines
189 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#find lib orm_lib examples drogon_ctl -name *.h -o -name *.cc -exec dos2unix {} \;
|
|
find lib orm_lib examples drogon_ctl -name *.h -o -name *.cc|xargs clang-format -i -style=file
|