# 用于缩进的列数 IndentWidth:4# switch的case缩进IndentCaseLabels:true# OC里面,在@property后加空格ObjCSpaceAfterProperty:true# OC里面,在Protocol前后加空格ObjCSpaceBeforeProtocolList:true # 单行注释前的空格数 SpacesBeforeTrailingComments:1# 连续的空行保留几行 MaxEmptyLinesToKeep:1# 保留block里面的空...
if(a)return;19AllowShortIfStatementsOnASingleLine:false20# 在未封闭(括号的开始和结束不在同一行)的括号中的代码是否对齐,为true,则将参数在左方括号后水平对齐21AlignAfterOpenBracket:true22# switch的case缩进23IndentCaseLabels:false24# 针对OC的block的缩进宽度25ObjCBlockIndentWidth:426# 针对OC,属性名后...
IndentCaseLabels: true # extern 块缩进,与 BraceWrapping.AfterExternBlock 共同生效 IndentExternBlock: AfterExternBlock # 缩进 goto 标签,禁用 IndentGotoLabels: false # 缩进预处理,在 # 后缩进 IndentPPDirectives: AfterHash # 缩进 requires IndentRequiresClause: true # 缩进宽度 IndentWidth: 4 # 函数...
# 缩进宽度 IndentWidth: 4 # 圆括号的换行方式 BreakBeforeBraces: Attach # 支持一行的if AllowShortIfStatementsOnASingleLine:true # switch的case缩进 IndentCaseLabels:true # 针对OC的block的缩进宽度 ObjCBlockIndentWidth: 4 # 针对OC,属性名后加空格 ObjCSpaceAfterProperty:true # 每行字符的长度 Column...
IndentCaseLabels: false # 要使用的预处理器指令缩进样式 IndentPPDirectives: AfterHash # 缩进宽度 IndentWidth: 4 # 函数返回类型换行时,缩进函数声明或函数定义的函数名 IndentWrappedFunctionNames: false # 保留在块开始处的空行 KeepEmptyLinesAtTheStartOfBlocks: true ...
# switch的case缩进 IndentCaseLabels: true # 针对OC的block的缩进宽度 ObjCBlockIndentWidth: 4 # 针对OC,属性名后加空格 ObjCSpaceAfterProperty: true # 每行字符的长度 ColumnLimit: 120 # 注释对齐 AlignTrailingComments: true # 括号后加空格
if (a) return;AllowShortIfStatementsOnASingleLine: false# 在未封闭(括号的开始和结束不在同一行)的括号中的代码是否对齐,为true,则将参数在左方括号后水平对齐AlignAfterOpenBracket: true# switch的case缩进IndentCaseLabels: false# 针对OC的block的缩进宽度ObjCBlockIndentWidth: 4# 针对OC,属性名后加空格...
IndentCaseBlocks: false # 缩进goto标签。 IndentGotoLabels: false # 缩进预处理器指令 IndentPPDirectives: None # 向后兼容缩进外部块 IndentExternBlock: AfterExternBlock # 缩进模板中的requires子句 IndentRequires: false # 缩进宽度 IndentWidth: 4 ...
IndentCaseLabels: false # 要使用的预处理器指令缩进样式 IndentPPDirectives: AfterHash # 缩进宽度 IndentWidth: 4 # 函数返回类型换行时,缩进函数声明或函数定义的函数名 IndentWrappedFunctionNames: false # 保留在块开始处的空行 KeepEmptyLinesAtTheStartOfBlocks: true ...
PreserveIndentCaseLabels:trueIndentPPDirectives:NoneIndentWidth:2KeepEmptyLinesAtTheStartOfBlocks:trueMaxEmptyLinesToKeep:1NamespaceIndentation:NoneObjCSpaceAfterProperty:falseObjCSpaceBeforeProtocolList:truePointerAlignment:LeftReflowComments:false# SeparateDefinitionBlocks: Always # Only support since clang-...