Behaviours: rebar3_formatter.
References
format/3 | Prettyprint/formats an abstract Erlang syntax tree as text in the style of NextRoll. |
format(Node::erl_syntax:syntaxTree(), EmptyLines::[pos_integer()], Options::rebar3_formatter:opts()) -> string()
Prettyprint/formats an abstract Erlang syntax tree as text in the style of NextRoll.
See also: erl_syntax, format/1, layout/2.
Generated by EDoc