[TxMt] Re: [TM2] Disable automatic indentation
Allan Odgaard
mailinglist at textmate.org
Tue Feb 28 07:02:27 UTC 2012
On 28/02/2012, at 02.34, Emmanuel Blot wrote:
> […] I just got it: […]
> fprintf(stderr, "ADDRESS: %02x %02x %02x\n",
> at45->address[0],
> at45->address[0],
> at45->address[0],
Which is exactly the case I linked to http://lists.macromates.com/textmate/2012-January/034269.html
The leading comment before #include is also known — the issue here is that includes are ignored for the purpose of indent, so it uses the level above the includes, and multi-line comments are messing this up.
More information about the textmate
mailing list