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

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Thu May 1 00:02:19 PDT 2025


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

```suggestion
TEST_F(FormatTest, AlignAfterControlStatements) {
```
Can you move this to a new file if all these new test cases are necessary and can't be shortened?

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


More information about the cfe-commits mailing list