Skip to content

Commit d6794f3

Browse files
committed
Improve rebar config.
1 parent 00a87ce commit d6794f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rebar.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
%-*-Mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
2+
% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et nomod:
3+
4+
{require_otp_vsn, "R16|17|18"}.
15
{erl_opts,
26
[{platform_define, "^R16", 'ERLANG_OTP_VERSION_16'},
37
{platform_define, "^17.", 'ERLANG_OTP_VERSION_17'},

0 commit comments

Comments
 (0)