Current section
Files
Jump to
Current section
Files
src/rebar3_fmt.app.src
{application,rebar3_fmt,
[{description,"rebar3 plugin to format Erlang code a la `gofmt`"},
{vsn,"1.2.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{maintainers,["Pierre Fenoll"]},
{licenses,["Apache 2.0"]},
{links,[{"Github",
"https://github.com/fenollp/erlang-formatter"}]}]}.