Current section
Files
Jump to
Current section
Files
src/rebar3_format.app.src
{application,rebar3_format,
[{description,"A rebar plugin for code formatting"},
{vsn,"0.4.1"},
{registered,[]},
{applications,[kernel,stdlib,katana_code]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"github","https://github.com/AdRoll/rebar3_format"}]}]}.