[clang] [clang-format] Add AlignAfterOpenBracketOptions (PR #108332)

Gedare Bloom via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 22 09:25:08 PDT 2025


================
@@ -9694,6 +9694,304 @@ TEST_F(FormatTest, ParenthesesAndOperandAlignment) {
                Style);
 }
 
+TEST_F(FormatTest, AlignAfterConditionalStatements) {
----------------
gedare wrote:

I will relocate this test after https://github.com/llvm/llvm-project/pull/154978 is merged.

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


More information about the cfe-commits mailing list