Module default_formatter

Rebar3 Pretty Printing of abstract Erlang syntax trees, following our own preferred style.

Behaviours: rebar3_formatter.

References

Description

Rebar3 Pretty Printing of abstract Erlang syntax trees, following our own preferred style.

Function Index

format/3Prettyprint/formats an abstract Erlang syntax tree as text in the style of NextRoll.

Function Details

format/3

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