Skip to content

Commit 2e16f90

Browse files
committed
rebar.config: normalize whitespace
1 parent 5d61eb2 commit 2e16f90

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

rebar.config

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
{erl_opts, [debug_info
2-
,{platform_define, "^2[1-9]", post20}
3-
]}.
1+
{erl_opts, [
2+
debug_info,
3+
{platform_define, "^2[1-9]", post20}
4+
]}.
45

5-
{xref_checks, [undefined_function_calls,locals_not_used]}.
6+
{xref_checks, [undefined_function_calls, locals_not_used]}.
67

78
{dialyzer, [{base_plt_apps, [elli]}]}.
89

@@ -25,7 +26,7 @@
2526
{application, elli_websocket},
2627
{subpackages, false},
2728
{doclet, edown_doclet},
28-
{todo, true},
29+
{todo, true},
2930
{doc_path, [
3031
"http://raw.github.com/elli-lib/elli/develop/doc"
3132
]},

0 commit comments

Comments
 (0)