162b8cbc9Sopenharmony_ciLanguage: Cpp 262b8cbc9Sopenharmony_ci# BasedOnStyle: LLVM 362b8cbc9Sopenharmony_ci# 访问说明符(public、private等)的偏移 462b8cbc9Sopenharmony_ciAccessModifierOffset: -4 562b8cbc9Sopenharmony_ci# 开括号(开圆括号、开尖括号、开方括号)后的对齐 662b8cbc9Sopenharmony_ciAlignAfterOpenBracket: Align 762b8cbc9Sopenharmony_ci# 连续赋值时,等号对齐 862b8cbc9Sopenharmony_ciAlignConsecutiveAssignments: false 962b8cbc9Sopenharmony_ci# 连续赋值时,变量名对齐 1062b8cbc9Sopenharmony_ciAlignConsecutiveDeclarations: false 1162b8cbc9Sopenharmony_ci# 左对齐逃脱换行(使用反斜杠换行)的反斜杠 1262b8cbc9Sopenharmony_ciAlignEscapedNewlinesLeft: true 1362b8cbc9Sopenharmony_ci# 水平对齐二元和三元表达式的操作数 1462b8cbc9Sopenharmony_ciAlignOperands: true 1562b8cbc9Sopenharmony_ci# 对齐连续的尾随的注释 1662b8cbc9Sopenharmony_ciAlignTrailingComments: true 1762b8cbc9Sopenharmony_ci# 允许函数声明的所有参数在放在下一行 1862b8cbc9Sopenharmony_ciAllowAllParametersOfDeclarationOnNextLine: false 1962b8cbc9Sopenharmony_ci# 允许短的块放在同一行 2062b8cbc9Sopenharmony_ciAllowShortBlocksOnASingleLine: false 2162b8cbc9Sopenharmony_ci# 允许短的case标签放在同一行 2262b8cbc9Sopenharmony_ciAllowShortCaseLabelsOnASingleLine: false 2362b8cbc9Sopenharmony_ci# 允许短的函数放在同一行: None, InlineOnly(定义在类中), Empty(空函数), Inline(定义在类中,空函数), All 2462b8cbc9Sopenharmony_ciAllowShortFunctionsOnASingleLine: Empty 2562b8cbc9Sopenharmony_ci# 允许短的if语句保持在同一行 2662b8cbc9Sopenharmony_ciAllowShortIfStatementsOnASingleLine: false 2762b8cbc9Sopenharmony_ci# 允许短的循环保持在同一行 2862b8cbc9Sopenharmony_ciAllowShortLoopsOnASingleLine: false 2962b8cbc9Sopenharmony_ci# 总是在定义返回类型后换行(deprecated) 3062b8cbc9Sopenharmony_ciAlwaysBreakAfterDefinitionReturnType: None 3162b8cbc9Sopenharmony_ci# 总是在返回类型后换行: None, All, TopLevel(顶级函数,不包括在类中的函数), 3262b8cbc9Sopenharmony_ci# AllDefinitions(所有的定义,不包括声明), TopLevelDefinitions(所有的顶级函数的定义) 3362b8cbc9Sopenharmony_ciAlwaysBreakAfterReturnType: None 3462b8cbc9Sopenharmony_ci# 总是在多行string字面量前换行 3562b8cbc9Sopenharmony_ciAlwaysBreakBeforeMultilineStrings: true 3662b8cbc9Sopenharmony_ci# 总是在template声明后换行 3762b8cbc9Sopenharmony_ciAlwaysBreakTemplateDeclarations: false 3862b8cbc9Sopenharmony_ci# false表示函数实参要么都在同一行,要么都各自一行 3962b8cbc9Sopenharmony_ciBinPackArguments: true 4062b8cbc9Sopenharmony_ci# false表示所有形参要么都在同一行,要么都各自一行 4162b8cbc9Sopenharmony_ciBinPackParameters: false 4262b8cbc9Sopenharmony_ci# 大括号换行,只有当BreakBeforeBraces设置为Custom时才有效 4362b8cbc9Sopenharmony_ciBraceWrapping: 4462b8cbc9Sopenharmony_ci AfterClass: false 4562b8cbc9Sopenharmony_ci AfterControlStatement: false 4662b8cbc9Sopenharmony_ci AfterEnum: false 4762b8cbc9Sopenharmony_ci AfterFunction: true 4862b8cbc9Sopenharmony_ci AfterNamespace: false 4962b8cbc9Sopenharmony_ci AfterObjCDeclaration: false 5062b8cbc9Sopenharmony_ci AfterStruct: false 5162b8cbc9Sopenharmony_ci AfterUnion: false 5262b8cbc9Sopenharmony_ci BeforeCatch: false 5362b8cbc9Sopenharmony_ci BeforeElse: false 5462b8cbc9Sopenharmony_ci IndentBraces: false 5562b8cbc9Sopenharmony_ci# 在二元运算符前换行: None(在操作符后换行), NonAssignment(在非赋值的操作符前换行), All(在操作符前换行) 5662b8cbc9Sopenharmony_ciBreakBeforeBinaryOperators: None 5762b8cbc9Sopenharmony_ci# 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似), 5862b8cbc9Sopenharmony_ci# Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似), 5962b8cbc9Sopenharmony_ci# Allman(总是在大括号前换行), GNU(总是在大括号前换行,并对于控制语句的大括号增加额外的缩进), WebKit(在函数前换行), Custom 6062b8cbc9Sopenharmony_ci# 注:这里认为语句块也属于函数 6162b8cbc9Sopenharmony_ciBreakBeforeBraces: Custom 6262b8cbc9Sopenharmony_ci# 在三元运算符前换行 6362b8cbc9Sopenharmony_ciBreakBeforeTernaryOperators: true 6462b8cbc9Sopenharmony_ci# 在构造函数的初始化列表的逗号前换行 6562b8cbc9Sopenharmony_ciBreakConstructorInitializersBeforeComma: false 6662b8cbc9Sopenharmony_ci# 每行字符的限制,0表示没有限制 6762b8cbc9Sopenharmony_ciColumnLimit: 120 6862b8cbc9Sopenharmony_ci# 描述具有特殊意义的注释的正则表达式,它不应该被分割为多行或以其它方式改变 6962b8cbc9Sopenharmony_ciCommentPragmas: "^ IWYU pragma:" 7062b8cbc9Sopenharmony_ci# 构造函数的初始化列表要么都在同一行,要么都各自一行 7162b8cbc9Sopenharmony_ciConstructorInitializerAllOnOneLineOrOnePerLine: true 7262b8cbc9Sopenharmony_ci# 构造函数的初始化列表的缩进宽度 7362b8cbc9Sopenharmony_ciConstructorInitializerIndentWidth: 4 7462b8cbc9Sopenharmony_ci# 延续的行的缩进宽度 7562b8cbc9Sopenharmony_ciContinuationIndentWidth: 4 7662b8cbc9Sopenharmony_ci# 去除C++11的列表初始化的大括号{后和}前的空格 7762b8cbc9Sopenharmony_ciCpp11BracedListStyle: true 7862b8cbc9Sopenharmony_ci# 继承最常用的指针和引用的对齐方式 7962b8cbc9Sopenharmony_ciDerivePointerAlignment: false 8062b8cbc9Sopenharmony_ci# 关闭格式化 8162b8cbc9Sopenharmony_ciDisableFormat: false 8262b8cbc9Sopenharmony_ci# 自动检测函数的调用和定义是否被格式为每行一个参数(Experimental) 8362b8cbc9Sopenharmony_ciExperimentalAutoDetectBinPacking: false 8462b8cbc9Sopenharmony_ci# 需要被解读为foreach循环而不是函数调用的宏 8562b8cbc9Sopenharmony_ciForEachMacros: [foreach, Q_FOREACH, BOOST_FOREACH] 8662b8cbc9Sopenharmony_ci# 对#include进行排序,匹配了某正则表达式的#include拥有对应的优先级,匹配不到的则默认优先级为INT_MAX(优先级越小排序越靠前), 8762b8cbc9Sopenharmony_ci# 可以定义负数优先级从而保证某些#include永远在最前面 8862b8cbc9Sopenharmony_ciIncludeCategories: 8962b8cbc9Sopenharmony_ci - Regex: '^"(llvm|llvm-c|clang|clang-c)/' 9062b8cbc9Sopenharmony_ci Priority: 2 9162b8cbc9Sopenharmony_ci - Regex: '^(<|"(gtest|isl|json)/)' 9262b8cbc9Sopenharmony_ci Priority: 3 9362b8cbc9Sopenharmony_ci - Regex: ".*" 9462b8cbc9Sopenharmony_ci Priority: 1 9562b8cbc9Sopenharmony_ci# 缩进case标签 9662b8cbc9Sopenharmony_ciIndentCaseLabels: true 9762b8cbc9Sopenharmony_ci# 缩进宽度 9862b8cbc9Sopenharmony_ciIndentWidth: 4 9962b8cbc9Sopenharmony_ci# 函数返回类型换行时,缩进函数声明或函数定义的函数名 10062b8cbc9Sopenharmony_ciIndentWrappedFunctionNames: true 10162b8cbc9Sopenharmony_ci# 保留在块开始处的空行 10262b8cbc9Sopenharmony_ciKeepEmptyLinesAtTheStartOfBlocks: true 10362b8cbc9Sopenharmony_ci# 开始一个块的宏的正则表达式 10462b8cbc9Sopenharmony_ciMacroBlockBegin: "" 10562b8cbc9Sopenharmony_ci# 结束一个块的宏的正则表达式 10662b8cbc9Sopenharmony_ciMacroBlockEnd: "" 10762b8cbc9Sopenharmony_ci# 连续空行的最大数量 10862b8cbc9Sopenharmony_ciMaxEmptyLinesToKeep: 1 10962b8cbc9Sopenharmony_ci# 命名空间的缩进: None, Inner(缩进嵌套的命名空间中的内容), All 11062b8cbc9Sopenharmony_ciNamespaceIndentation: None 11162b8cbc9Sopenharmony_ci# 使用ObjC块时缩进宽度 11262b8cbc9Sopenharmony_ciObjCBlockIndentWidth: 4 11362b8cbc9Sopenharmony_ci# 在ObjC的@property后添加一个空格 11462b8cbc9Sopenharmony_ciObjCSpaceAfterProperty: false 11562b8cbc9Sopenharmony_ci# 在ObjC的protocol列表前添加一个空格 11662b8cbc9Sopenharmony_ciObjCSpaceBeforeProtocolList: true 11762b8cbc9Sopenharmony_ci# 在call(后对函数调用换行的penalty 11862b8cbc9Sopenharmony_ciPenaltyBreakBeforeFirstCallParameter: 19 11962b8cbc9Sopenharmony_ci# 在一个注释中引入换行的penalty 12062b8cbc9Sopenharmony_ciPenaltyBreakComment: 300 12162b8cbc9Sopenharmony_ci# 第一次在<<前换行的penalty 12262b8cbc9Sopenharmony_ciPenaltyBreakFirstLessLess: 120 12362b8cbc9Sopenharmony_ci# 在一个字符串字面量中引入换行的penalty 12462b8cbc9Sopenharmony_ciPenaltyBreakString: 1000 12562b8cbc9Sopenharmony_ci# 对于每个在行字符数限制之外的字符的penalt 12662b8cbc9Sopenharmony_ciPenaltyExcessCharacter: 1000000 12762b8cbc9Sopenharmony_ci# 将函数的返回类型放到它自己的行的penalty 12862b8cbc9Sopenharmony_ciPenaltyReturnTypeOnItsOwnLine: 60 12962b8cbc9Sopenharmony_ci# 指针和引用的对齐: Left, Right, Middle 13062b8cbc9Sopenharmony_ciPointerAlignment: Left 13162b8cbc9Sopenharmony_ci# 允许重新排版注释 13262b8cbc9Sopenharmony_ciReflowComments: true 13362b8cbc9Sopenharmony_ci# 允许排序#include 13462b8cbc9Sopenharmony_ciSortIncludes: true 13562b8cbc9Sopenharmony_ci# 在C风格类型转换后添加空格 13662b8cbc9Sopenharmony_ciSpaceAfterCStyleCast: false 13762b8cbc9Sopenharmony_ci# 在赋值运算符之前添加空格 13862b8cbc9Sopenharmony_ciSpaceBeforeAssignmentOperators: true 13962b8cbc9Sopenharmony_ci# 开圆括号之前添加一个空格: Never, ControlStatements, Always 14062b8cbc9Sopenharmony_ciSpaceBeforeParens: ControlStatements 14162b8cbc9Sopenharmony_ci# 在空的圆括号中添加空格 14262b8cbc9Sopenharmony_ciSpaceInEmptyParentheses: false 14362b8cbc9Sopenharmony_ci# 在尾随的评论前添加的空格数(只适用于//) 14462b8cbc9Sopenharmony_ciSpacesBeforeTrailingComments: 1 14562b8cbc9Sopenharmony_ci# 在尖括号的<后和>前添加空格 14662b8cbc9Sopenharmony_ciSpacesInAngles: false 14762b8cbc9Sopenharmony_ci# 在容器(ObjC和JavaScript的数组和字典等)字面量中添加空格 14862b8cbc9Sopenharmony_ciSpacesInContainerLiterals: true 14962b8cbc9Sopenharmony_ci# 在C风格类型转换的括号中添加空格 15062b8cbc9Sopenharmony_ciSpacesInCStyleCastParentheses: false 15162b8cbc9Sopenharmony_ci# 在圆括号的(后和)前添加空格 15262b8cbc9Sopenharmony_ciSpacesInParentheses: false 15362b8cbc9Sopenharmony_ci# 在方括号的[后和]前添加空格,lamda表达式和未指明大小的数组的声明不受影响 15462b8cbc9Sopenharmony_ciSpacesInSquareBrackets: false 15562b8cbc9Sopenharmony_ci# 标准: Cpp03, Cpp11, Auto 15662b8cbc9Sopenharmony_ciStandard: Cpp11 15762b8cbc9Sopenharmony_ci# tab宽度 15862b8cbc9Sopenharmony_ciTabWidth: 4 15962b8cbc9Sopenharmony_ci# 使用tab字符: Never, ForIndentation, ForContinuationAndIndentation, Always 16062b8cbc9Sopenharmony_ciUseTab: Never 161