File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3441,7 +3441,7 @@ the configuration (without a prefix: ``Auto``).
3441
3441
.. _BreakBinaryOperations :
3442
3442
3443
3443
**BreakBinaryOperations ** (``BreakBinaryOperationsStyle ``) :versionbadge: `clang-format 20 ` :ref: `¶ <BreakBinaryOperations >`
3444
- The break constructor initializers style to use.
3444
+ The break binary operations style to use.
3445
3445
3446
3446
Possible values:
3447
3447
@@ -3764,6 +3764,7 @@ the configuration (without a prefix: ``Auto``).
3764
3764
lists.
3765
3765
3766
3766
Important differences:
3767
+
3767
3768
* No spaces inside the braced list.
3768
3769
* No line break before the closing brace.
3769
3770
* Indentation with the continuation indent, not with the block indent.
Original file line number Diff line number Diff line change @@ -2298,7 +2298,7 @@ struct FormatStyle {
2298
2298
BBO_RespectPrecedence
2299
2299
};
2300
2300
2301
- // / The break constructor initializers style to use.
2301
+ // / The break binary operations style to use.
2302
2302
// / \version 20
2303
2303
BreakBinaryOperationsStyle BreakBinaryOperations;
2304
2304
@@ -2510,6 +2510,7 @@ struct FormatStyle {
2510
2510
// / lists.
2511
2511
// /
2512
2512
// / Important differences:
2513
+ // /
2513
2514
// / * No spaces inside the braced list.
2514
2515
// / * No line break before the closing brace.
2515
2516
// / * Indentation with the continuation indent, not with the block indent.
You can’t perform that action at this time.
0 commit comments