|
@@ -8,9 +8,9 @@ Language: Cpp
|
|
|
BasedOnStyle: LLVM
|
|
BasedOnStyle: LLVM
|
|
|
AccessModifierOffset: -1
|
|
AccessModifierOffset: -1
|
|
|
AlignAfterOpenBracket: Align
|
|
AlignAfterOpenBracket: Align
|
|
|
-AlignArrayOfStructures: Right
|
|
|
|
|
|
|
+AlignArrayOfStructures: None
|
|
|
AlignConsecutiveAssignments:
|
|
AlignConsecutiveAssignments:
|
|
|
- Enabled: true
|
|
|
|
|
|
|
+ Enabled: false
|
|
|
AcrossEmptyLines: false
|
|
AcrossEmptyLines: false
|
|
|
AcrossComments: false
|
|
AcrossComments: false
|
|
|
AlignCompound: true
|
|
AlignCompound: true
|
|
@@ -22,7 +22,7 @@ AlignConsecutiveBitFields:
|
|
|
AlignCompound: true
|
|
AlignCompound: true
|
|
|
PadOperators: true
|
|
PadOperators: true
|
|
|
AlignConsecutiveDeclarations:
|
|
AlignConsecutiveDeclarations:
|
|
|
- Enabled: true
|
|
|
|
|
|
|
+ Enabled: false
|
|
|
AcrossEmptyLines: false
|
|
AcrossEmptyLines: false
|
|
|
AcrossComments: false
|
|
AcrossComments: false
|
|
|
AlignCompound: false
|
|
AlignCompound: false
|
|
@@ -41,14 +41,14 @@ AlignConsecutiveShortCaseStatements:
|
|
|
AlignEscapedNewlines: Left
|
|
AlignEscapedNewlines: Left
|
|
|
AlignOperands: Align
|
|
AlignOperands: Align
|
|
|
AlignTrailingComments:
|
|
AlignTrailingComments:
|
|
|
- Kind: Always
|
|
|
|
|
|
|
+ Kind: Leave
|
|
|
OverEmptyLines: 1
|
|
OverEmptyLines: 1
|
|
|
AllowAllArgumentsOnNextLine: false
|
|
AllowAllArgumentsOnNextLine: false
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
AllowShortEnumsOnASingleLine: false
|
|
AllowShortEnumsOnASingleLine: false
|
|
|
-AllowShortFunctionsOnASingleLine: None
|
|
|
|
|
|
|
+AllowShortFunctionsOnASingleLine: Inline
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
AllowShortLambdasOnASingleLine: All
|
|
AllowShortLambdasOnASingleLine: All
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
@@ -63,7 +63,7 @@ BinPackParameters: true
|
|
|
BitFieldColonSpacing: Both
|
|
BitFieldColonSpacing: Both
|
|
|
BreakBeforeBraces: Custom
|
|
BreakBeforeBraces: Custom
|
|
|
BraceWrapping:
|
|
BraceWrapping:
|
|
|
- AfterCaseLabel: false
|
|
|
|
|
|
|
+ AfterCaseLabel: true
|
|
|
AfterClass: true
|
|
AfterClass: true
|
|
|
AfterControlStatement: Always
|
|
AfterControlStatement: Always
|
|
|
AfterEnum: true
|
|
AfterEnum: true
|
|
@@ -153,7 +153,7 @@ LineEnding: DeriveLF
|
|
|
MacroBlockBegin: ""
|
|
MacroBlockBegin: ""
|
|
|
MacroBlockEnd: ""
|
|
MacroBlockEnd: ""
|
|
|
MaxEmptyLinesToKeep: 2
|
|
MaxEmptyLinesToKeep: 2
|
|
|
-NamespaceIndentation: None
|
|
|
|
|
|
|
+NamespaceIndentation: All
|
|
|
ObjCBinPackProtocolList: Auto
|
|
ObjCBinPackProtocolList: Auto
|
|
|
ObjCBlockIndentWidth: 2
|
|
ObjCBlockIndentWidth: 2
|
|
|
ObjCBreakBeforeNestedBlockParam: true
|
|
ObjCBreakBeforeNestedBlockParam: true
|