This package have the responsibility to run mix format
before EVERY commit to ensure that you modified code
is formated.
The best way to install this package is install it as a escript:
mix escript.install hex auto_formatterOtherwise, this package can be installed by adding auto_formatter to
your list of dependencies in mix.exs:
def deps do
[
{:auto_formatter, "~> 0.1.0"}
]
endThen, run mix deps.get on your terminal to download it.
All that you need is init it:
autoformatter initThe docs can be found at HexDocs.