mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-04 12:47:42 +08:00
4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find lib orm_lib -name *.h -o -name *.cc|xargs clang-format -i -style=file
|