On Mon, May 13, 2013 at 2:51 PM, Manuel Klimek <[email protected]> wrote:

> Stroustrup brace breaking style:
> namespace a {
> class A {
>   void f()
>   {
>     if (x) {
>       f();
>     } else {
>

Err, the really fundamental aspect to the stroustrup style is breaking
before the else.

http://en.wikipedia.org/wiki/Indent_style#Variant:_Stroustrup

I'm not advocating supporting everything here, just saying that if you call
it Stroustrup style, it had better match. ;]


>       g();
>     }
>   }
> }
> }
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to