efmt 0.21.0

Erlang code formatter
Documentation
1
2
3
4
5
6
7
8
9
%%---10--|----20---|----30---|----40---|----50---|
-module(long_string).

-export([hello/1]).


hello(A) ->
    io:format("> hello hello hello hello hello: ~p",
              [A]).