<p dir="ltr">There is no such option yet, but it is planned as we need it for a couple of other coding styles as well.. </p>
<div class="gmail_quote">On Nov 11, 2013 8:10 AM, "David Blaikie" <<a href="mailto:dblaikie@gmail.com">dblaikie@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Configuration options are added on an as-needed basis. There's probably just not been a need for this particular configuration option yet.</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sun, Nov 10, 2013 at 9:25 AM, Chris Spencer <span dir="ltr"><<a href="mailto:spencercw@gmail.com" target="_blank">spencercw@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I've been playing around with clang-format (great tool by the way),<br>
and I'm looking for how to control how arguments are aligned over line<br>
breaks. For example, this line:<br>
<br>
glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, SCALED_WIDTH, SCALED_HEIGHT,<br>
GL_BGRA, GL_UNSIGNED_BYTE, nullptr);<br>
<br>
when formatted the arguments are aligned with the open parenthesis:<br>
<br>
glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, SCALED_WIDTH, SCALED_HEIGHT, GL_BGRA,<br>
                GL_UNSIGNED_BYTE, nullptr);<br>
<br>
I need this to use a single indent after the line break, regardless of<br>
where the parenthesis is, but I can't find any option to do this. Is<br>
this possible?<br>
<br>
Thanks,<br>
<br>
Chris<br>
_______________________________________________<br>
cfe-users mailing list<br>
<a href="mailto:cfe-users@cs.uiuc.edu" target="_blank">cfe-users@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users</a><br>
</blockquote></div><br></div>
</blockquote></div>