Space within function call parentheses
EditorConfig key: cpp-space-between-method-call-parameter-list-parentheses
Space within function call parentheses
cpp-space-between-method-call-parameter-list-parentheses
Default value:
false
Possible values:
true
false
Examples
true
foo( a, b )
false
foo(a, b)