We added the option VerilogBreakBetweenInstancePorts to put ports on
separate lines in module instantiations. We made it default to true
because style guides mostly recommend it that way for example:
https://github.com/lowRISC/style-guides/blob/master/VerilogCodingStyle.md#module-instantiation
Can you put the true vs. false in the doc, like on other options?