1 Star 0 Fork 177

冷小男/drogon

forked from an-tao/drogon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
format.sh 241 Bytes
一键复制 编辑 原始数据 按行查看 历史
an-tao 提交于 2021-05-28 09:52 . Dos2unix (#874)
#!/usr/bin/env bash
clang-format --version
find lib orm_lib nosql_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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cold_little_man/drogon.git
[email protected]:cold_little_man/drogon.git
cold_little_man
drogon
drogon
master

搜索帮助