Ensure there are no spaces after argument separators in call expressions.
Type: Boolean
Boolean
Value: true
true
"disallowSpaceBetweenArguments": true
a(b,c);
a(b, c);