[TxMt] Bug Report/Feature Request -- Bad Indentation Heuristics
podperson
tloewald at gmail.com
Wed Sep 3 18:54:28 UTC 2008
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.
--
View this message in context: http://www.nabble.com/Bug-Report-Feature-Request----Bad-Indentation-Heuristics-tp19295653p19295653.html
Sent from the textmate users mailing list archive at Nabble.com.
More information about the textmate
mailing list