[clang] [clang-format][NFC] Upgrade IndentBraces option to a struct (PR #143663)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 16 06:49:44 PDT 2025
rmarker wrote:
Probably not a big deal, the one ambiguity with the current `IndentBraces` is that it only indents the wrapped braces associated with `GNU`. It doesn't indent all braces that have the option of being wrapped, such as namespace, class or functions.
https://github.com/llvm/llvm-project/pull/143663
More information about the cfe-commits
mailing list