Space after comma in function parameters

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

Space after comma in function parameters

cpp-space-after-comma-in-method

Default value:

true

Possible values:

  • true
  • false

Examples

true
void f(int a, int b);
false
void f(int a,int b);