mirror of
https://github.com/drogonframework/drogon.git
synced 2025-10-06 00:02:33 -04:00
5 lines
209 B
Bash
Executable File
5 lines
209 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#find lib orm_lib examples drogon_ctl -name *.h -o -name *.cc -exec dos2unix {} \;
|
|
find lib orm_lib nosql_lib examples drogon_ctl -name *.h -o -name *.cc|xargs clang-format -i -style=file
|