[clang] [clang-format] Add BraceWrapping.AfterExportBlock option (PR #216892)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 22 08:54:41 PDT 2026


================
@@ -4930,7 +4930,25 @@ TEST_F(FormatTest, IndentExternBlockStyle) {
                "}",
                Style);
 }
+TEST_F(FormatTest, BraceWrappingAfterExportBlock) {
----------------
HazardyKnusperkeks wrote:

Last thing: Please surround this test with blank lines. (As all others are.)

https://github.com/llvm/llvm-project/pull/216892


More information about the cfe-commits mailing list