@@ -7,16 +7,16 @@ AccessModifierOffset: -2
77ReflowComments : false
88ConstructorInitializerIndentWidth : 2
99ContinuationIndentWidth : 2
10- AllowShortFunctionsOnASingleLine : None
10+ AllowShortFunctionsOnASingleLine : Inline
1111BreakBeforeBraces : Custom
1212BraceWrapping :
1313 AfterExternBlock : true
1414 AfterClass : true
1515 AfterFunction : true
1616 AfterNamespace : false
1717 AfterEnum : false
18- AfterCaseLabel : false
19- AfterControlStatement : Never
18+ AfterCaseLabel : true
19+ AfterControlStatement : MultiLine
2020 AfterStruct : false
2121 AfterUnion : false
2222 BeforeLambdaBody : false
@@ -29,7 +29,6 @@ BraceWrapping:
2929 SplitEmptyNamespace : true
3030PPIndentWidth : 2
3131FixNamespaceComments : false
32- # ??????
3332IndentPPDirectives : BeforeHash
3433SpaceBeforeParens : Custom
3534SpaceBeforeParensOptions :
@@ -96,14 +95,13 @@ AlignConsecutiveMacros:
9695 PadOperators : false
9796AlignEscapedNewlines : DontAlign
9897AlignOperands : Align
99- AlignTrailingComments : false
100- # ??
98+ AlignTrailingComments : true
10199AllowAllArgumentsOnNextLine : false
102100AllowAllParametersOfDeclarationOnNextLine : true
103101AllowShortBlocksOnASingleLine : Empty
104102AllowShortCaseLabelsOnASingleLine : false
105103AllowShortEnumsOnASingleLine : true
106- # AllowShortIfStatementsOnASingleLine: Nevers
104+ AllowShortIfStatementsOnASingleLine : Never
107105AllowShortLambdasOnASingleLine : All
108106AllowShortLoopsOnASingleLine : false
109107AlwaysBreakAfterDefinitionReturnType : None
@@ -128,20 +126,6 @@ EmptyLineAfterAccessModifier: Leave
128126MaxEmptyLinesToKeep : 1
129127EmptyLineBeforeAccessModifier : LogicalBlock
130128ExperimentalAutoDetectBinPacking : false
131- Macros :
132- - >-
133- PyObject_HEAD_INIT(type)={
134- { 0xFFFFFFFF },
135- (type)
136- },
137- - >-
138- PyVarObject_HEAD_INIT(type, size)={
139- {
140- { 0xFFFFFFFF },
141- (type)
142- },
143- (size)
144- },
145129ForEachMacros :
146130 - foreach
147131 - Q_FOREACH
@@ -160,7 +144,6 @@ IndentWrappedFunctionNames: false
160144InsertBraces : false
161145InsertTrailingCommas : None
162146KeepEmptyLinesAtTheStartOfBlocks : true
163- # ???
164147LambdaBodyIndentation : OuterScope
165148PackConstructorInitializers : BinPack
166149RemoveBracesLLVM : false
0 commit comments