[PATCH] D125171: Add a new clang-format option AlwaysBreakBeforeFunctionParameters

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 14 19:21:50 PDT 2023


owenpan added a comment.

In D125171#4193996 <https://reviews.llvm.org/D125171#4193996>, @jrmolin wrote:

> In D125171#4167866 <https://reviews.llvm.org/D125171#4167866>, @owenpan wrote:
>
>> Please see https://clang.llvm.org/docs/ClangFormatStyleOptions.html#adding-additional-style-options.
>
> I am doing this for my team, which writes the security endpoint for Elastic Defend. The code is currently private, though the binaries are free to download and run. The number of contributors is around 30, and the lines of code is in the 100Ks (around 500K). I have not found a way to accomplish what this does with the available options. I am adding tests and am happy to maintain this. It is a rather small addition, so it is quite simple to keep updated.

Do you "have a publicly accessible style guide"?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125171



More information about the cfe-commits mailing list