<div dir="ltr"><div>I really like a refactoring and version system friendly code style :)</div><div>What I means is that we don't want to align parameter/arguments based on the name of the function.  So when the parameter/arguments don't fit on one line we want each of them on their own line but we first want have a break before the first parameter.</div><div><br></div><div>    //example</div><div><br></div><div>    void fooWithAVeryLongParamList(<br>        int firstParameter,</div><div>        int secondParameter</div><div>        int lastParameter)</div><div>    {</div><div>        object.alsoThisDoenstFitSoIBreakImmidiatly(</div><div>            firstParameter,</div><div><div>            secondParameter,</div></div><div><div>            lastParameter);</div></div><div>    }</div><div><br></div><div><br></div><div>I tried already a lot of option and played with the Penalties but had no luck. </div><div><br></div><div>Any idea if this is possible with the current set of options? <br></div><div><br></div><div>Kind regards,</div><div>Tim</div><div><br></div><div><br></div>--<br clear="all"><div><div class="gmail_signature">An Apple a day keeps Windows away<br><br>ACCU - <a href="http://www.accu.org" target="_blank">http://www.accu.org</a> - Professionalism in Programming.</div></div>
</div>