efmt 0.21.0

Erlang code formatter
Documentation
1
2
3
4
5
6
7
-module(include).

-include_lib("foo/foo.hrl").
-include_lib("bar/bar.hrl").

-include("baz.hrl").
-include("qux.hrl").