osmith has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37093?usp=email )
Change subject: rebar.config: cosmetic: reformat, add vim modeline ......................................................................
rebar.config: cosmetic: reformat, add vim modeline
Change-Id: If93630d6e0a89512beeb27723bf7a56deb49e9c5 --- M rebar.config 1 file changed, 21 insertions(+), 11 deletions(-)
Approvals: osmith: Looks good to me, approved; Verified
diff --git a/rebar.config b/rebar.config index 57da0ba..d6c6b0a 100644 --- a/rebar.config +++ b/rebar.config @@ -4,20 +4,21 @@
{minimum_otp_vsn, "25.2.3"}.
-{deps, [ - {logger_color_formatter, {git, "https://github.com/rlipscombe/logger_color_formatter.git", {tag, "0.5.0"}}} -]}. +{deps, [{logger_color_formatter, + {git, "https://github.com/rlipscombe/logger_color_formatter.git", {tag, "0.5.0"}}} + ]}.
-{plugins, [ - {provider_asn1, ".*", {git, "https://github.com/knusbaum/provider_asn1.git", {tag, "0.4.0"}}} -]}. +{plugins, [{provider_asn1, ".*", + {git, "https://github.com/knusbaum/provider_asn1.git", {tag, "0.4.0"}}} + ]}.
{asn1_args, [{verbose, false}, {encoding, per}]}.
{xref_checks, [undefined_function_calls, undefined_functions, - deprecated_function_calls, deprecated_functions]}. + deprecated_function_calls, deprecated_functions]}.
-{dialyzer, [ - {plt_extra_apps, [kernel, stdlib, erts, tools, inets, compiler]}, - {warnings, [no_improper_lists]} -]}. +{dialyzer, [{plt_extra_apps, [kernel, stdlib, erts, tools, inets, compiler]}, + {warnings, [no_improper_lists]} + ]}. + +%% vim:set ts=4 sw=4 et: