Space after comma in function call

EditorConfig key: cpp-space-after-comma-in-method-call

Space after comma in function call

cpp-space-after-comma-in-method-call

Default value:

true

Possible values:

  • true
  • false

Examples

true
foo(a, b)
false
foo(a,b)