Current section
Files
Jump to
Current section
Files
rebar.config
{deps, []}.
{erl_opts, [
debug_info,
{platform_define, "^24", 'OTP_24_AND_LATER'}
]}.
{project_plugins, [erlfmt]}.
{erlfmt, [
write,
{print_width, 80},
{files, [
"rebar.config",
"{src,include,test}/*.{hrl,erl,app.src}"
]}
]}.
{hex, [{doc, edoc}]}.
{profiles, [
{test, [
{deps, [
{unite, "0.3.1"}
]},
{eunit_opts, [no_tty, {report, {unite_compact, []}}]}
]}
]}.