coffee-mode 0.5.2 released

coffee-mode 0.5.2 is out.
I fixed newline-and-indent issues.

Issues

if true
  |

Cursor is '|' and executes coffee-newline-and-indent(C-m), then

if true

    |

Indentation is one level deeper than expected.

if true
| if true

Cursor is '|' and executes coffee-newline-and-indent(C-m), then

if true

    |if true

Indentation is one level deeper than expected.

Finally

Please report us via github issues if you have any suggestions or problems.


https://github.com/defunkt/coffee-mode/issues