[PATCH] D110833: [clang-format] Add ControlStatementsAndFunctionDefinitionsExceptControlMacros option to SpaceBeforeParens

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 30 09:36:57 PDT 2021


MyDeveloperDay added a comment.

I feel this is going the way of BraceWrapping  in that it should be:

  SpaceBeforeParens:
     - BeforeMacro: false
     - BeforeFunction: true


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110833



More information about the cfe-commits mailing list