1 Star 0 Fork 0

qiushaox/klogg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-format 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anton Filimonov 提交于 2021-05-12 15:51 . Code cleanup
# Standard Qt style
BasedOnStyle: llvm
AccessModifierOffset: -4
BreakBeforeBinaryOperators: true
ColumnLimit: 100
Standard: c++17
IndentWidth: 4
BreakBeforeBraces: Linux
# Glogg-specific options
PointerAlignment: Left
SpacesInParentheses: true
SpacesInSquareBrackets: true
# DerivePointerAlignment: true
AccessModifierOffset: -2
BreakBeforeBraces: Custom
BraceWrapping:
BeforeElse: true
AfterFunction: true
AllowShortFunctionsOnASingleLine: Empty
AllowAllParametersOfDeclarationOnNextLine: true
Cpp11BracedListStyle: false
SpacesInContainerLiterals: true
BreakConstructorInitializers: BeforeComma
AlwaysBreakTemplateDeclarations: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qiushaox/klogg.git
[email protected]:qiushaox/klogg.git
qiushaox
klogg
klogg
master

搜索帮助