1 Star 0 Fork 0

mirror_repo/cmdparser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-format 441 Bytes
一键复制 编辑 原始数据 按行查看 历史
XUJINKAI 提交于 2022-08-06 19:48 +08:00 . first commit, tests and demos
# INSTALL:
# sudo apt install -y clang-format-9
# sudo ln -s /usr/bin/clang-format-9 /usr/bin/clang-format
#
# HELP:
# https://releases.llvm.org/9.0.0/tools/clang/docs/ClangFormatStyleOptions.html
#
BasedOnStyle: Microsoft
IndentWidth: 4
IndentCaseLabels: true
MaxEmptyLinesToKeep: 2
BreakStringLiterals: false
ReflowComments: false
AllowShortFunctionsOnASingleLine: Empty
AlignConsecutiveMacros: true
AlignConsecutiveAssignments: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirror_repo/cmdparser.git
git@gitee.com:mirror_repo/cmdparser.git
mirror_repo
cmdparser
cmdparser
master

搜索帮助