1 Star 1 Fork 0

StarsGreen / YUView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-format 413 Bytes
一键复制 编辑 原始数据 按行查看 历史
Christian Feldmann 提交于 2021-10-24 20:21 . Better namespaces
# We'll use defaults from the LLVM style, but with 4 columns indentation.
IndentWidth: 2
---
Language: Cpp
Standard: c++17
ColumnLimit: 100
AlignAfterOpenBracket: Align
BreakBeforeBraces: Allman
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
BinPackArguments: false
BinPackParameters: false
DerivePointerAlignment: false
PointerAlignment: Right
AllowShortFunctionsOnASingleLine : InlineOnly
1
https://gitee.com/StarsGreenPersonal/YUView.git
git@gitee.com:StarsGreenPersonal/YUView.git
StarsGreenPersonal
YUView
YUView
develop

搜索帮助