8 lines
No EOL
139 B
Erlang
8 lines
No EOL
139 B
Erlang
{erl_opts, [
|
|
% uncomment to always decode to maps
|
|
% {d, maps_always},
|
|
]}.
|
|
|
|
{edoc_opts, [{preprocess, true}]}.
|
|
|
|
{plugins, [rebar3_hex]}. |