Wrap before ( in function call

EditorConfig key: cpp-wrap-before-invocation-lpar

Wrap before ( in function call

cpp-wrap-before-invocation-lpar

Default value:

false

Possible values:

  • true
  • false

Examples

true
foo
  (a);
false
foo(a);