[style] disable afternamespace

This commit is contained in:
jzlv 2021-07-12 16:46:42 +08:00
parent 9a12d1a663
commit 163c679e01

View File

@ -58,7 +58,7 @@ BraceWrapping:
AfterControlStatement: false AfterControlStatement: false
AfterEnum: false AfterEnum: false
AfterFunction: true AfterFunction: true
AfterNamespace: true AfterNamespace: false
AfterObjCDeclaration: false AfterObjCDeclaration: false
AfterStruct: false AfterStruct: false
AfterUnion: false AfterUnion: false