File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2259,7 +2259,7 @@ the configuration (without a prefix: ``Auto``).
2259
2259
**BraceWrapping ** (``BraceWrappingFlags ``) :versionbadge: `clang-format 3.8 ` :ref: `¶ <BraceWrapping >`
2260
2260
Control of individual brace wrapping cases.
2261
2261
2262
- If ``BreakBeforeBraces `` is set to ``BS_Custom ``, use this to specify how
2262
+ If ``BreakBeforeBraces `` is set to ``Custom ``, use this to specify how
2263
2263
each individual brace case should be handled. Otherwise, this is ignored.
2264
2264
2265
2265
.. code-block :: yaml
Original file line number Diff line number Diff line change @@ -1569,7 +1569,7 @@ struct FormatStyle {
1569
1569
1570
1570
// / Control of individual brace wrapping cases.
1571
1571
// /
1572
- // / If ``BreakBeforeBraces`` is set to ``BS_Custom ``, use this to specify how
1572
+ // / If ``BreakBeforeBraces`` is set to ``Custom ``, use this to specify how
1573
1573
// / each individual brace case should be handled. Otherwise, this is ignored.
1574
1574
// / \code{.yaml}
1575
1575
// / # Example of usage:
You can’t perform that action at this time.
0 commit comments