[clang-tools-extra] [clang] [llvm] [clang-format] Handle variable declarations in BreakAfterAttributes (PR #71935)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 27 20:59:56 PST 2023


owenca wrote:

The default value of `BreakAfterAttributes` was changed to `Leave` in #70360. You need to set it to `Never` or `Always` for the example above.

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


More information about the cfe-commits mailing list