importExpressionConfiguration(c);
literalListAndHashConfiguration(c);
functionCallConfiguration(c);
nodeExpressionConfiguration(c);
// commas
for(Keyword comma : ga.findKeywords(",")) {
c.setNoSpace().before(comma);
}
// TODO: Old formatter needs this fixed since there is no endComma rule - they are just optional commas in
// various expressions. They may be ok already with a general rule "no space before a comma keyword".