<div dir="ltr"><div><div><div><div><div><div><div><div>All,<br><br></div>I'm giving clang-format-3.4 a try, and I'm running into a problem similar to this eclipse bug report - but for C++ of course.<br><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=152444">https://bugs.eclipse.org/bugs/show_bug.cgi?id=152444</a><br>
</div><br></div>By default, the formatter turns lines like <br></div><span style="font-family:courier new,monospace">cgicc:form().set(stuff)<br></span></div><span style="font-family:courier new,monospace">            .set(more_stuff)<br>
            .set(a_few_stuffs_more)</span>;<br></div>into<br><span style="font-family:courier new,monospace">cgicc:form().set(stuff)</span><span style="font-family:courier new,monospace">.set(more_stuff).set(a_few_stuffs_more)</span>;<br>
</div><br></div>is there a way to make the formatter not do this?<br></div>