https://github.com/llvm/llvm-project/issues/49804
Interaction between IndentExternBlock and AfterExternBlock means you cannot have AfterExternBlock = true and IndentExternBlock = NoIndent/Indent
This patch resolves that
BraceWrapping: AfterExternBlock: true IndentExternBlock: AfterExternBlock
Fixes: #49804
Nit: the outer parens are unnecessary?