[PATCH] D146101: [clang-format] Add BracedInitializerIndentWidth option.

Jon Phillips via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 31 05:32:51 PDT 2023


jp4a50 added inline comments.


================
Comment at: clang/include/clang/Format/Format.h:949
+  /// If unset, ``ContinuationIndentWidth`` is used.
+  /// \code
+  ///   AlignAfterOpenBracket: AlwaysBreak
----------------
MyDeveloperDay wrote:
> did you check generating the html from the rst? I can never remember if we need a newline before the \code
Nope - how do I do that exactly? I would guess a newline is not needed based on other examples.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146101/new/

https://reviews.llvm.org/D146101



More information about the cfe-commits mailing list