[clang] [clang-format] Add per-operator granularity for BreakBinaryOperations (PR #181051)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 21 03:21:52 PST 2026
================
@@ -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. ``&&``, ``||``, ``|``.
----------------
HazardyKnusperkeks wrote:
Have you looked at the html, how does this look?
https://github.com/llvm/llvm-project/pull/181051
More information about the cfe-commits
mailing list