Again, I *tried* to report this as a bug, but couldn't.
If I hurriedly type:
if ( foo ) { bar }
Upon typing the } Textmate (with autoindentation on) changes it to this:
if ( foo ) { bar }
instead of:
if ( foo ) { bar }
or better yet:
if ( foo ) { bar }
The "closed curly brace must reduce indent level by one" is a bit too simplistic and I find it actively annoying.