Do you use formatter in your elixir project?

I use it but I really wish it formatted it tabular style. When I saw the Go formatter do that I was so impressed. And the case line-splitting thing irks me too.

3 Likes

I use formatter and I love it because with it formatting is a thing not to worry about :slight_smile:
Also the fact that there is a standard formatter along the community is great because this way every elixir project would be formatted the same way.
The same for credo.

I also use them in my CI/CD pipelines.

1 Like