A code formatter for Elixir
- Mentors
- whatyouhide, José Valim
- Organization
- Beam Community
By leaving tedious formatting to the machine, code formatters provide a substantial increase in engineering productivity and a consistent style across teams. Hence, this project implements a code formatter that can take a piece of Elixir code and format it automatically according to a standard style guide. It is very similar to tools such as rustfmt
and gofmt
.