vim-erlang/vim-erlang-runtime

Quoted funs

Closed this issue · 1 comments

Wrong indentation for:

'foo'() ->
ok.

as opposed to:

foo() ->
    ok.

Duplicate of #6.