[TxMt] Re: [TM2] Disable automatic indentation

Emmanuel Blot eblot.ml at gmail.com
Mon Feb 27 17:28:48 UTC 2012


> Typically, from an empty file:
>
> /**
>  * @file ns_gcov.c
>  */
>      ^

Another issue that seems to be related to the Doxygen/Javadoc comment block:

/**
 * @file foo.c
 */

void foo()

Hitting "{" on the last line will produce a one-column indentation:


/**
 * @file foo.c
 */

void foo()
 {
 }

Cheers,
Manu


More information about the textmate mailing list