<div dir="ltr">Putting empty line comments to force breaks is what I've been told.<div><br></div><div>-- Sean Silva </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 21, 2013 at 5:36 PM, Redoubts <span dir="ltr"><<a href="mailto:redoubts@gmail.com" target="_blank">redoubts@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>