<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 17, 2015 at 11:45 PM, Paul Hoad via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank" class="cremed">cfe-dev@lists.llvm.org</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"><br><div>Apologies for the "newbie question", I would like to know if I were to proceed with looking at implementing a "AlwaysBreakBeforeElse" configuration option to Clang-Format would I be working against the general direction of Clang Format?</div></div></blockquote><div><br></div><div>Not against the direction of clang-format, but against the direction of Linux/Kernel style:</div><div><a href="https://www.kernel.org/doc/Documentation/CodingStyle">https://www.kernel.org/doc/Documentation/CodingStyle</a></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I would like to format </div><div><br></div><div>if (x){</div><div>}</div><div>else {</div><div>}</div><div><br></div><div>in combination with BreakBeforeBraces "Linux" style (for classes, namespaces and functions)</div><div><br></div><div>I found a previous submission that performed something l like what I needed but I couldn't see this submission in the "trunk"</div></div></blockquote><div><br></div><div>r214857 </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div><a href="http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140505/105216.html" target="_blank" class="cremed">http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140505/105216.html</a><br></div><div><br></div><div>I wondered if this had not been submitted, rejected and/or if there was a reason why?</div><div><br></div><div>Many thanks in advance</div></div></blockquote><div><br></div><div>Do this help?<br>Cheers,</div><div>Daniel</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>MyDeveloperDay</div><div><a href="https://mydeveloperday.wordpress.com/" target="_blank" class="cremed">https://mydeveloperday.wordpress.com/</a><br></div><div>@mydeveloperday</div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" class="cremed">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank" class="cremed">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div></div>