Wrap before ) in function call
EditorConfig key: cpp-wrap-before-invocation-rpar
Wrap before ) in function call
cpp-wrap-before-invocation-rpar
Default value:
false
Possible values:
true
false
Examples
true
foo(a );
false
foo(a);