<div dir="ltr">On Mon, May 13, 2013 at 4:36 PM, Manuel Klimek <span dir="ltr"><<a href="mailto:klimek@google.com" target="_blank">klimek@google.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div class="h5">On Mon, May 13, 2013 at 4:28 PM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@google.com" target="_blank">chandlerc@google.com</a>></span> wrote:<br>
</div></div><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><div>On Mon, May 13, 2013 at 2:51 PM, Manuel Klimek <span dir="ltr"><<a href="mailto:klimek@google.com" target="_blank">klimek@google.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>Stroustrup brace breaking style:<br>
namespace a {<br>
class A {<br>
  void f()<br>
  {<br>
    if (x) {<br>
      f();<br>
    } else {<br></div></blockquote><div><br></div></div><div>Err, the really fundamental aspect to the stroustrup style is breaking before the else.</div><div><br></div><div><a href="http://en.wikipedia.org/wiki/Indent_style#Variant:_Stroustrup" target="_blank">http://en.wikipedia.org/wiki/Indent_style#Variant:_Stroustrup</a><br>


</div><div><br></div><div>I'm not advocating supporting everything here, just saying that if you call it Stroustrup style, it had better match. ;]</div></div></div></div></blockquote><div><br></div></div></div><div>I implemented Stroustrup style according to the tool "astyle", which is the documented style checker for multiple projects I found. Also, as far as I can tell, this is exactly what we'll need for Webkit formatting.</div>

</div></div></div>
</blockquote></div><br></div><div class="gmail_extra" style>Interesting. Bjarne's own FAQ seems to agree, so I'm willing to say the wikipedia article is wrong. Someone should probably update it.</div></div>