[TxMt] TM2: strange indenting for C++

Christopher Creutzig christopher at creutzig.de
Tue Jan 24 15:14:36 UTC 2012


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


More information about the textmate mailing list