diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index 3254376..2d79a87 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -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