2 Star 2 Fork 0

zerolover / lcm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-format 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tim Perkins 提交于 2018-06-16 17:00 . Don't allow single line loops
# Clang-Format configuration file for automatically formatting source code
---
BasedOnStyle: Google
IndentWidth: 4
AccessModifierOffset: -2
TabWidth: 4
ColumnLimit: 100
DerivePointerAlignment: false
PointerAlignment: Right
SpaceAfterCStyleCast: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
IndentCaseLabels: false
...
1
https://gitee.com/zerolover/lcm.git
git@gitee.com:zerolover/lcm.git
zerolover
lcm
lcm
master

搜索帮助