1 Star 0 Fork 0

吴泽滨 / HomeKitADK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-format 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
Anshul Jain 提交于 2020-01-13 16:34 . Add tools to lint the code
BasedOnStyle: WebKit
# Indentation
ContinuationIndentWidth: 8
IndentCaseLabels: true
IndentPPDirectives: None
IndentWidth: 4
TabWidth: 4
UseTab: Never
TypenameMacros:
- HAP_ENUM_BEGIN
- HAP_ENUM_END
AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveMacros: true
AlignEscapedNewlines: DontAlign
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: true
BreakBeforeBraces: Attach
BreakBeforeBinaryOperators: None
BreakBeforeTernaryOperators: false
BinPackParameters: false
BinPackArguments: false
ColumnLimit: 120
IndentWrappedFunctionNames: true
MaxEmptyLinesToKeep: 1
ObjCBlockIndentWidth: 4
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: false
PointerAlignment: Left
SortIncludes: false
SpaceAfterCStyleCast: true
SpacesBeforeTrailingComments: 1
SpacesInContainerLiterals: false
1
https://gitee.com/zebin-wu/HomeKitADK.git
git@gitee.com:zebin-wu/HomeKitADK.git
zebin-wu
HomeKitADK
HomeKitADK
master

搜索帮助