Module rebar3_ast_formatter

Default formatter for modules that use the AST to pretty-print code.

Description

Default formatter for modules that use the AST to pretty-print code

Function Index

format/3Format a file.

Function Details

format/3

format(File::file:filename_all(), Formatter::module(), Opts::rebar3_formatter:opts()) -> rebar3_formatter:result()

Format a file. Apply formatting rules to a file containing erlang code. Use Opts to configure the formatter.


Generated by EDoc