[cfe-commits] [PATCH] Format inline namespaces

Sebastian Redl sebastian.redl at getdesigned.at
Sun Dec 30 10:52:48 PST 2012


On 30.12.2012, at 19:41, Dmitri Gribenko wrote:

> Hello,
> 
> The attached patch teaches the formatter about inline namespaces.
> This changes formatting from:
> 
> inline namespace X {
>  class A {
>  };
> }
> 
> to:
> 
> inline namespace X {
> class A {
> };
> }

Seems like a strange coding convention. Do we really want this?

Sebastian



More information about the cfe-commits mailing list