Current section

Files

Jump to
rebar3_format src rebar3_format.app.src
Raw

src/rebar3_format.app.src

{application,rebar3_format,
[{description,"A rebar plugin for code formatting"},
{vsn,"0.0.2"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"github",
"https://github.com/SemanticSugar/rebar3_format"}]}]}.