File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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``).
22592259**BraceWrapping ** (``BraceWrappingFlags ``) :versionbadge: `clang-format 3.8 ` :ref: `¶ <BraceWrapping >`
22602260 Control of individual brace wrapping cases.
22612261
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
22632263 each individual brace case should be handled. Otherwise, this is ignored.
22642264
22652265 .. code-block :: yaml
Original file line number Diff line number Diff line change @@ -1569,7 +1569,7 @@ struct FormatStyle {
15691569
15701570 // / Control of individual brace wrapping cases.
15711571 // /
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
15731573 // / each individual brace case should be handled. Otherwise, this is ignored.
15741574 // / \code{.yaml}
15751575 // / # Example of usage:
You can’t perform that action at this time.
0 commit comments