<div dir="ltr"><div class="gmail_extra">I think what Eric is aiming at here, and something that I would prefer for the LLVM style at least, is a change to the relative badness assigned to two line breaks:</div><div class="gmail_extra">
<br></div><div class="gmail_extra">variable = function( // this line break</div><div class="gmail_extra"> argument, argument, argument);</div><div class="gmail_extra"><br></div><div class="gmail_extra">vs.</div><div class="gmail_extra">
<br></div><div class="gmail_extra">variable = // this line break</div><div class="gmail_extra"> function(argument, argument, argument);</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">
I think Eric would like the first one to be significantly "badder" than the second. Is his change actually accomplishing this? Could you point to the code that would accomplish this so we could evaluate different weights?</div>
</div>