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