Sergey Ignatov
Sergey Ignatov
@Taddic good, please update up to 0.11.1093.
Sorry, but I can't understand what's wrong. @kvakvs do you have any ideas?
Hi, thanks for the report; as I'm right, that `object()` should be treated as a function at the top level, not like `ms_transform:object`?
Hi Andrey, sorry for the long delay. I suppose that you should mark directories with headers as include folders. 
For one-liners it works like a charm, e.g. ``` erlang foo(N) when N > 0 -> 2; foo(N -> 1. ```
BTW, you have two separate functions: tail_fac/1 and tail_fac/2. For what reason formatter should align that arrows?
Oh, I see that Emacs-complatible formatter is really important thing for you, guys. But before I can implement it, I need more information about how Emacs formatter works. Some declarative...
What parameters are needed specifically for Emacs style formatting? One big button "Format as Emacs"? Or something else? BTW, for me code snippet from rabbit looks very messy.
@horkhe, @vladimirk please try the latest build. I've just added alignment for function clauses: ``` erlang test([]) -> ok; test(AlignmentTest) -> ok. ```
Sure, I'll add the option for such indentation (false by default).