{erl_opts, [debug_info]}.
{deps, []}.

{plugins, [rebar3_hex]}.

{project_plugins, [
    erlfmt,
    {eqwalizer_rebar3,
        {git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
            "eqwalizer_rebar3"}}
]}.

{erlfmt, [write]}.
