Skip to content

Commit 26e65b1

Browse files
committed
mapdeps: overlap=scale
1 parent c94bfaa commit 26e65b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

misc/mapdeps.erl

+4-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@ app_name(Path) ->
123123
filename:basename(filename:dirname(Path)).
124124

125125
file_start() ->
126-
io:format(standard_io, "digraph {~n", []).
126+
io:format(standard_io,
127+
"digraph {~n"
128+
" graph [ overlap=scale ]~n~n",
129+
[]).
127130

128131
file_end() ->
129132
io:format(standard_io, "}~n", []).

0 commit comments

Comments
 (0)