%% vim: set ft=erlang:

{erl_opts, [debug_info]}.

{deps,
 %% Needed to configure SuperStreams.
 [amqp_client]}.

{project_plugins, [rebar3_ex_doc, rebar3_format]}.

{hex, [{doc, ex_doc}]}.

{ex_doc,
 [{source_url, <<"https://gitlab.com/evnu/lake">>},
  {extras, [<<"README.md">>, <<"LICENSE">>, <<"CHANGELOG.md">>]},
  {main, <<"readme">>}]}.

{format,
 [{formatter, default_formatter},
  {options,
   #{paper => 110,
     ribbon => 100,
     inline_attributes => none,
     inline_items => none,
     inline_qualified_function_composition => true}}]}.
