Mordachai |
Posted - Jun 10 2008 : 2:21:27 PM Refactor likes to add spaces in the wrong places relative to our coding standards.
We use a pattern like so:
if (bool-expr) while (bool-expr) for (for-expr) function-call(arg1, arg2, argn);
So - no space between function name and argument list, but a space between keywords and a control-expression, space after every comma in an argument list, etc.
But I don't see any way to control these sorts of things in VA. Am I missing something, is there a back-door config file, or am I SOL?
Thanks |