================ @@ -3674,8 +3674,7 @@ the configuration (without a prefix: ``Auto``). * ``List of BinaryOperationBreakRules PerOperator`` Per-operator override rules. - * ``List of Strings Operators`` :versionbadge:`clang-format 23` - The list of operators this rule applies to, e.g. ``&&``, ``||``, ``|``. + * ``List of Strings Operators`` :versionbadge:`clang-format 23` The list of operators this rule applies to, e.g. ``&&``, ``||``, ``|``. ---------------- ssubbotin wrote:
Looks good to me, the only issue I see - Operators/Style/MinChainLength are not visually nested under PerOperator. But that matches the existing behavior of `dump_format_style.py` which uses extend() to flatten inner struct fields into the parent list. <img width="1324" height="1674" alt="image" src="https://github.com/user-attachments/assets/5d18f26e-1c77-4366-b604-7adc1f3666c3" /> https://github.com/llvm/llvm-project/pull/181051 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
