<div dir="ltr">There is no option to control what you are looking for yet. If you want to contribute one, you can roughly look at how the "Inline" mode for AllowShortFunctionsOnASingleLine is implemented.<div><br></div><div>Cheers,</div><div>Daniel</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 26, 2014 at 4:15 AM, Damian Lezama <span dir="ltr"><<a href="mailto:Damian.Lezama@riverbed.com" target="_blank">Damian.Lezama@riverbed.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> There's the AlwaysBreakAfterDefinitionReturnType  style option. It (along with the others) is documented at: <a href="http://clang.llvm.org/docs/ClangFormatStyleOptions.html" target="_blank">http://clang.llvm.org/docs/ClangFormatStyleOptions.html</a><br>
<br>
</span>That option doesn’t do what I need, because it also adds the break if the function is defined inside the class declaration, so I get this:<br>
<span class="im HOEnZb"><br>
class A<br>
{<br>
    int<br>
    a()<br>
    {<br>
    }<br>
    int b();<br>
}<br>
<br>
<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br></div>