[clang] [clang-format] Add AlignAfterOpenBracketOptions (PR #108332)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 19 18:21:34 PST 2025


owenca 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?

Yes.

https://github.com/llvm/llvm-project/pull/108332


More information about the cfe-commits mailing list