[clang] [clang-format] Align within the level with Cpp11BracedListStyle disabled (PR #159140)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 17 12:55:58 PDT 2025
================
@@ -340,24 +343,15 @@ AlignTokenSequence(const FormatStyle &Style, unsigned Start, unsigned End,
if (CurrentChange.NewlinesBefore > 0 && !SkipMatchCheck) {
Shift = 0;
- FoundMatchOnLine = false;
}
----------------
HazardyKnusperkeks wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/159140
More information about the cfe-commits
mailing list