================
@@ -54,7 +54,7 @@ bool FormatToken::isTypeOrIdentifier(const LangOptions
&LangOpts) const {
bool FormatToken::isBlockIndentedInitRBrace(const FormatStyle &Style) const {
assert(is(tok::r_brace));
if (!Style.Cpp11BracedListStyle ||
- Style.AlignAfterOpenBracket != FormatStyle::BAS_BlockIndent) {
+ Style.BreakBeforeCloseBracketBracedList == false) {
----------------
HazardyKnusperkeks wrote:
```suggestion
!Style.BreakBeforeCloseBracketBracedList) {
```
https://github.com/llvm/llvm-project/pull/108332
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits