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:

variable = function( // this line break
    argument, argument, argument);

vs.

variable = // this line break
    function(argument, argument, argument);


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?
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to