11---
2- Language : Cpp
2+ BreakBeforeBraces : Custom
3+ BraceWrapping :
4+ AfterClass : true
5+ AfterControlStatement : true
6+ AfterEnum : false
7+ AfterFunction : true
8+ AfterNamespace : false
9+ AfterObjCDeclaration : true
10+ AfterStruct : true
11+ AfterUnion : true
12+ BeforeCatch : true
13+ BeforeElse : true
14+ IndentBraces : false
15+ KeepEmptyLinesAtTheStartOfBlocks : false
16+ MaxEmptyLinesToKeep : 1
17+ ---
18+ Language : Cpp
319AccessModifierOffset : -4
420AlignAfterOpenBracket : AlwaysBreak
521AlignConsecutiveAssignments : false
@@ -18,48 +34,43 @@ AlwaysBreakBeforeMultilineStrings: true
1834AlwaysBreakTemplateDeclarations : true
1935BinPackArguments : false
2036BinPackParameters : false
21- BraceWrapping :
22- AfterClass : true
23- AfterControlStatement : true
24- AfterEnum : false
25- AfterFunction : true
26- AfterNamespace : false
27- AfterObjCDeclaration : true
28- AfterStruct : true
29- AfterUnion : true
30- BeforeCatch : true
31- BeforeElse : true
32- IndentBraces : false
3337BreakBeforeBinaryOperators : false
34- BreakBeforeBraces : Custom
3538BreakBeforeTernaryOperators : true
3639BreakConstructorInitializersBeforeComma : true
37- ColumnLimit : 80
38- CommentPragmas : ' ^ IWYU pragma:'
40+ ColumnLimit : 80
41+ CommentPragmas : " ^ IWYU pragma:"
3942ConstructorInitializerAllOnOneLineOrOnePerLine : true
4043ConstructorInitializerIndentWidth : 4
4144ContinuationIndentWidth : 4
4245Cpp11BracedListStyle : true
4346DerivePointerAlignment : false
44- DisableFormat : false
47+ DisableFormat : false
4548ExperimentalAutoDetectBinPacking : false
46- ForEachMacros : [ Q_FOREACH, BOOST_FOREACH ]
49+ ForEachMacros : [Q_FOREACH, BOOST_FOREACH]
50+ IncludeBlocks : Regroup
4751IncludeCategories :
48- - Regex : ' ^<(BeastConfig)'
49- Priority : 0
50- - Regex : ' ^<(ripple)/'
51- Priority : 2
52- - Regex : ' ^<(boost)/'
53- Priority : 3
54- - Regex : ' .*'
55- Priority : 4
56- IncludeIsMainRegex : ' $'
52+ - Regex : " ^<(test)/"
53+ Priority : 0
54+ - Regex : ' ^[^/]*\.h'
55+ Priority : 1
56+ - Regex : " ^<(xrpld)/"
57+ Priority : 2
58+ - Regex : " ^<(xrpl|ripple)/"
59+ Priority : 3
60+ - Regex : " ^<(boost)/"
61+ Priority : 4
62+ - Regex : " ^.*/"
63+ Priority : 5
64+ - Regex : ' ^.*\.h'
65+ Priority : 6
66+ - Regex : " .*"
67+ Priority : 7
68+ IncludeIsMainRegex : " $"
5769IndentCaseLabels : true
5870IndentFunctionDeclarationAfterType : false
59- IndentWidth : 4
71+ IndentRequiresClause : true
72+ IndentWidth : 4
6073IndentWrappedFunctionNames : false
61- KeepEmptyLinesAtTheStartOfBlocks : false
62- MaxEmptyLinesToKeep : 1
6374NamespaceIndentation : None
6475ObjCSpaceAfterProperty : false
6576ObjCSpaceBeforeProtocolList : false
@@ -70,18 +81,25 @@ PenaltyBreakString: 1000
7081PenaltyExcessCharacter : 1000000
7182PenaltyReturnTypeOnItsOwnLine : 200
7283PointerAlignment : Left
73- ReflowComments : true
74- SortIncludes : true
84+ ReflowComments : true
85+ RequiresClausePosition : OwnLine
86+ SortIncludes : true
7587SpaceAfterCStyleCast : false
7688SpaceBeforeAssignmentOperators : true
7789SpaceBeforeParens : ControlStatements
7890SpaceInEmptyParentheses : false
7991SpacesBeforeTrailingComments : 2
80- SpacesInAngles : false
92+ SpacesInAngles : false
8193SpacesInContainerLiterals : true
8294SpacesInCStyleCastParentheses : false
8395SpacesInParentheses : false
8496SpacesInSquareBrackets : false
85- Standard : Cpp11
86- TabWidth : 8
87- UseTab : Never
97+ Standard : Cpp11
98+ TabWidth : 8
99+ UseTab : Never
100+ QualifierAlignment : Right
101+ ---
102+ Language : Proto
103+ BasedOnStyle : Google
104+ ColumnLimit : 0
105+ IndentWidth : 2
0 commit comments