[clang] [clang-format] treat continuation as indent for aligned lines (PR #191217)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 9 13:08:36 PDT 2026
================
@@ -399,8 +398,6 @@ struct ParenState {
return NestedBlockIndent < Other.NestedBlockIndent;
if (FirstLessLess != Other.FirstLessLess)
return FirstLessLess < Other.FirstLessLess;
- if (IsAligned != Other.IsAligned)
----------------
HazardyKnusperkeks wrote:
You should replace, not remove, that one.
https://github.com/llvm/llvm-project/pull/191217
More information about the cfe-commits
mailing list