1 Star 1 Fork 0

jxva/jv-ini

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-format 889 Bytes
一键复制 编辑 原始数据 按行查看 历史
BasedOnStyle: Google
UseTab: false
# 缩进宽度
IndentWidth: 2
# 圆括号的换行方式
BreakBeforeBraces: Attach
# 允许短的函数显示为单行
AllowShortFunctionsOnASingleLine: false
# 允许短的if语句显示为单行
AllowShortIfStatementsOnASingleLine: false
# 针对OC的block的缩进宽度
ObjCBlockIndentWidth: 4
# 针对OC,属性名后加空格
ObjCSpaceAfterProperty: true
# switch的case缩进
IndentCaseLabels: true
# 每行字符的长度
ColumnLimit: 150
# 注释对齐
AlignTrailingComments: true
# 括号后加空格
SpaceAfterCStyleCast: true
# 不在小括号里加空格
SpacesInParentheses: false
# 不在中括号里加空格
SpacesInSquareBrackets: false
AlignEscapedNewlinesLeft: true
AllowShortLoopsOnASingleLine: false
MaxEmptyLinesToKeep: 1
DerivePointerAlignment: false
PointerAlignment: Right
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/jxva/jv-ini.git
git@gitee.com:jxva/jv-ini.git
jxva
jv-ini
jv-ini
master

搜索帮助