1 Star 21 Fork 15

Jack Li/ComWeChatRobot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.pre-commit-config.yaml 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jack Li 提交于 2022-09-27 22:45 . 添加日志模块
# Check the usage of pre-commit on https://pre-commit.com/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pocc/pre-commit-hooks
rev: v1.3.5
hooks:
- id: clang-format
args:
- -i
- --style=file
- --fallback-style=none
files: |
(?x)^(
.*?\.cpp|
.*?\.c|
.*?\.h
)
exclude: |
(?x)^(
.*?_i\.h|
.*?_p\.c|
.*?\.md |
3rdparty\*
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ljc545w/ComWeChatRobot.git
git@gitee.com:ljc545w/ComWeChatRobot.git
ljc545w
ComWeChatRobot
ComWeChatRobot
master

搜索帮助