================
@@ -1238,6 +1238,22 @@ unsigned
ContinuationIndenter::addTokenOnNewLine(LineState &State,
}
}
+ switch (Style.BreakInheritanceList) {
+ case FormatStyle::BILS_BeforeColon:
+ case FormatStyle::BILS_AfterComma:
+ CurrentState.IsAligned |=
----------------
zeule wrote:
Replaced with `var = var || ...`.
https://github.com/llvm/llvm-project/pull/189218
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits