Change namespace layout

This commit is contained in:
Anthony Rose 2024-09-12 21:15:28 +01:00
parent f662875afb
commit 25e318f04f

View file

@ -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