[clang] [clang-format] Add AlignAfterOpenBracketOptions (PR #108332)
Gedare Bloom via cfe-commits
cfe-commits at lists.llvm.org
Wed May 21 17:12:07 PDT 2025
================
@@ -9694,6 +9694,304 @@ TEST_F(FormatTest, ParenthesesAndOperandAlignment) {
Style);
}
+TEST_F(FormatTest, AlignAfterConditionalStatements) {
----------------
gedare wrote:
Yes, it might be a good idea to consolidate all of the alignment tests in a new file. I'll plan to do that in my next iteration on this work, depending on if the direction is good.
https://github.com/llvm/llvm-project/pull/108332
More information about the cfe-commits
mailing list