Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{format_erl_opts, [{features, []}]}.
{deps, []}.
{project_plugins, [rebar3_format, rebar3_ex_doc]}.
{shell,
% {config, "config/sys.config"},
[{apps, [elector]}]}.
{hex, [{doc, edoc}]}.
{edoc_opts,
[{preprocess, true},
{files, ["src/elector.erl"]},
{overview, "doc/overview.edoc"},
{modules, [elector]},
{dir, "doc"}]}.
{ex_doc,
[{source_url, <<"https://github.com/alfetahe/elector">>},
{extras, [<<"README.md">>, <<"LICENSE.md">>]},
{main, <<"readme">>}]}.
{format,
[{formatter, default_formatter},
{options, #{paper => 100, inline_fields => {when_under, 5}}}]}.