[clang] [clang-format] Add AlignAfterOpenBracketOptions (PR #108332)
Gedare Bloom via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 19 15:50:05 PST 2025
gedare wrote:
> I prefer that we limit this to breaking after the left parenthesis of a control statement, with true/false or Always, Never, Multiline, BlockIndent, etc.
if I understand you correctly, you would like a new style option added for setting break option for all control statements in the same way?
https://github.com/llvm/llvm-project/pull/108332
More information about the cfe-commits
mailing list