[TxMt] Re: TM2: strange indenting for C++

Patric Zimmermann Patric.Zimmermann at physik.tu-berlin.de
Tue Jan 24 15:56:50 UTC 2012


I'd prefer the second one (the one TM2 is using)...

just my 2 ct.


Am 24.01.2012 um 16:14 schrieb Christopher Creutzig:

> Hi,
> 
> the following C++ code is indented as I expect:
> 
> std::cerr
>  << "a=" << a
>  << ", b=" << b
>  << ", c=" << c
>  << std::endl;
> 
> Asking TM2, I get it indented as:
> 
>  std::cerr
>    << "a=" << a
>      << ", b=" << b
>        << ", c=" << c
>          << std::endl;
> 
> 
> 
> 
> Christopher
> 
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate



More information about the textmate mailing list