rebar3 format: A new code formatter for Erlang

In recent years, many language ecosystems have developed automatic code formatters to reduce the mental overhead of code readers and therefore to share code more easily. The Erlang community was lacking a tool like this, so we created a rebar3 plugin just to automatically format code.

OBJECTIVES

To show the new currently available and open-source rebar3 plugin to automatically format Erlang code that we created.