We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4faf28a commit 9cf6bccCopy full SHA for 9cf6bcc
clang/include/clang/Format/Format.h
@@ -2252,8 +2252,8 @@ struct FormatStyle {
2252
/// \version 16
2253
BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon;
2254
2255
- /// If ``true``, a line break will be placed before the ``>`` in a block
2256
- /// indented template declaration.
+ /// If ``true``, break before a template closing bracket (``>``) when there is
+ /// a line break after the matching opening bracket (``<``).
2257
/// \code
2258
/// true:
2259
/// template <typename Foo, typename Bar>
0 commit comments