Space after comma in variable declarations
EditorConfig key: cpp-space-after-comma-in-declaration
Space after comma in variable declarations
cpp-space-after-comma-in-declaration
Default value:
true
Possible values:
true
false
Examples
true
int a, b, c;
false
int a,b,c;