Change namespace layout
This commit is contained in:
parent
f662875afb
commit
25e318f04f
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ LambdaBodyIndentation: Signature
|
|||
MacroBlockBegin: ''
|
||||
MacroBlockEnd: ''
|
||||
MaxEmptyLinesToKeep: 1
|
||||
NamespaceIndentation: All
|
||||
NamespaceIndentation: None
|
||||
ObjCBinPackProtocolList: Auto
|
||||
ObjCBlockIndentWidth: 2
|
||||
ObjCBreakBeforeNestedBlockParam: true
|
||||
|
@ -139,7 +139,7 @@ BraceWrapping:
|
|||
AfterControlStatement: Never
|
||||
AfterEnum: false
|
||||
AfterFunction: true
|
||||
AfterNamespace: false
|
||||
AfterNamespace: true
|
||||
AfterStruct: false
|
||||
AfterUnion: false
|
||||
AfterExternBlock: false
|
||||
|
|
Loading…
Reference in a new issue