textmate/php.tmbundle

Borked brace indentation for TM2 Alpha

gdsmith opened this issue · 1 comments

In the TM2 Alpha indentation doesn't happen correctly for curly brace indentation.

If I type

{[\n]

I get

{
|}

not

{
    |
}

I checked against Ruby and that is still working as TM1.5 so I'm fairly sure this is not expected behaviour

Fixed in c53d0ab.