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,"1.3.0"},
{registered,[]},
{applications,[kernel,stdlib,katana_code,runtime_tools,
syntax_tools]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"github","https://github.com/AdRoll/rebar3_format"}]}]}.