|
|
@ -1,4 +1,6 @@
|
|
|
|
|
|
|
|
Language: Cpp
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
|
|
|
|
AlignAfterOpenBracket: false
|
|
|
|
AlignEscapedNewlinesLeft: true
|
|
|
|
AlignEscapedNewlinesLeft: true
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
@ -26,7 +28,6 @@ IndentCaseLabels: false
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
|
|
|
IndentWidth: 4
|
|
|
|
IndentWidth: 4
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
Language: Cpp
|
|
|
|
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
NamespaceIndentation: None
|
|
|
|
NamespaceIndentation: None
|
|
|
|
ObjCSpaceAfterProperty: false
|
|
|
|
ObjCSpaceAfterProperty: false
|
|
|
|