style: format rebar.config file
This commit is contained in:
parent
377b143325
commit
4cc4c4ffaa
|
@ -1,10 +1,11 @@
|
||||||
%% -*- mode: erlang; -*-
|
%% -*- mode: erlang; -*-
|
||||||
|
|
||||||
{erl_opts, [debug_info]}.
|
{erl_opts, [debug_info]}.
|
||||||
{deps, [ {pulsar, {git, "https://github.com/emqx/pulsar-client-erl.git", {tag, "0.8.0"}}}
|
{deps, [
|
||||||
, {emqx_connector, {path, "../../apps/emqx_connector"}}
|
{pulsar, {git, "https://github.com/emqx/pulsar-client-erl.git", {tag, "0.8.0"}}},
|
||||||
, {emqx_resource, {path, "../../apps/emqx_resource"}}
|
{emqx_connector, {path, "../../apps/emqx_connector"}},
|
||||||
, {emqx_bridge, {path, "../../apps/emqx_bridge"}}
|
{emqx_resource, {path, "../../apps/emqx_resource"}},
|
||||||
|
{emqx_bridge, {path, "../../apps/emqx_bridge"}}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{shell, [
|
{shell, [
|
||||||
|
|
Loading…
Reference in New Issue