11---
2- Language : Cpp
2+ Language : Cpp
33# BasedOnStyle: LLVM
44AccessModifierOffset : -4
55AlignAfterOpenBracket : Align
66AlignConsecutiveAssignments : false
77AlignConsecutiveDeclarations : false
88AlignEscapedNewlines : Right
9- AlignOperands : true
9+ AlignOperands : true
1010AlignTrailingComments : true
1111AllowAllParametersOfDeclarationOnNextLine : true
1212AllowShortBlocksOnASingleLine : false
@@ -21,18 +21,18 @@ AlwaysBreakTemplateDeclarations: Yes
2121BinPackArguments : true
2222BinPackParameters : true
2323BraceWrapping :
24- AfterClass : false
24+ AfterClass : false
2525 AfterControlStatement : false
26- AfterEnum : false
27- AfterFunction : false
28- AfterNamespace : false
26+ AfterEnum : false
27+ AfterFunction : false
28+ AfterNamespace : false
2929 AfterObjCDeclaration : false
30- AfterStruct : false
31- AfterUnion : false
30+ AfterStruct : false
31+ AfterUnion : false
3232 AfterExternBlock : false
33- BeforeCatch : false
34- BeforeElse : true
35- IndentBraces : false
33+ BeforeCatch : false
34+ BeforeElse : true
35+ IndentBraces : false
3636 SplitEmptyFunction : true
3737 SplitEmptyRecord : true
3838 SplitEmptyNamespace : true
@@ -45,39 +45,39 @@ BreakConstructorInitializersBeforeComma: true
4545BreakConstructorInitializers : BeforeColon
4646BreakAfterJavaFieldAnnotations : false
4747BreakStringLiterals : true
48- ColumnLimit : 160
49- CommentPragmas : ' ^ IWYU pragma:'
48+ ColumnLimit : 160
49+ CommentPragmas : " ^ IWYU pragma:"
5050CompactNamespaces : false
5151ConstructorInitializerAllOnOneLineOrOnePerLine : false
5252ConstructorInitializerIndentWidth : 4
5353ContinuationIndentWidth : 4
5454Cpp11BracedListStyle : true
5555DerivePointerAlignment : false
56- DisableFormat : false
56+ DisableFormat : false
5757ExperimentalAutoDetectBinPacking : false
5858FixNamespaceComments : true
5959ForEachMacros :
6060 - foreach
6161 - Q_FOREACH
6262 - BOOST_FOREACH
63- IncludeBlocks : Preserve
63+ IncludeBlocks : Preserve
6464IncludeCategories :
65- - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
66- Priority : 2
67- - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
68- Priority : 3
69- - Regex : ' .* '
70- Priority : 1
71- IncludeIsMainRegex : ' (Test)?$'
65+ - Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
66+ Priority : 2
67+ - Regex : ' ^(<|"(gtest|gmock|isl|json)/)'
68+ Priority : 3
69+ - Regex : " .* "
70+ Priority : 1
71+ IncludeIsMainRegex : " (Test)?$"
7272IndentCaseLabels : false
7373IndentPPDirectives : None
74- IndentWidth : 4
74+ IndentWidth : 4
7575IndentWrappedFunctionNames : false
7676JavaScriptQuotes : Leave
7777JavaScriptWrapImports : true
7878KeepEmptyLinesAtTheStartOfBlocks : true
79- MacroBlockBegin : ' '
80- MacroBlockEnd : ' '
79+ MacroBlockBegin : " "
80+ MacroBlockEnd : " "
8181MaxEmptyLinesToKeep : 1
8282NamespaceIndentation : All
8383ObjCBinPackProtocolList : Auto
@@ -93,8 +93,8 @@ PenaltyBreakTemplateDeclaration: 10
9393PenaltyExcessCharacter : 1000000
9494PenaltyReturnTypeOnItsOwnLine : 60
9595PointerAlignment : Left
96- ReflowComments : true
97- SortIncludes : true
96+ ReflowComments : true
97+ SortIncludes : true
9898SortUsingDeclarations : true
9999SpaceAfterCStyleCast : false
100100SpaceAfterTemplateKeyword : false
@@ -106,13 +106,13 @@ SpaceBeforeParens: ControlStatements
106106SpaceBeforeRangeBasedForLoopColon : true
107107SpaceInEmptyParentheses : false
108108SpacesBeforeTrailingComments : 1
109- SpacesInAngles : false
109+ SpacesInAngles : false
110110SpacesInContainerLiterals : true
111111SpacesInCStyleCastParentheses : false
112112SpacesInParentheses : false
113113SpacesInSquareBrackets : false
114- Standard : Cpp11
115- TabWidth : 4
116- UseTab : Never
114+ Standard : Latest
115+ TabWidth : 4
116+ UseTab : Never
117117...
118118
0 commit comments