API Reference exalign v#0.1.3

Copy Markdown

Modules

A Mix formatter plugin that column-aligns Elixir code, similar to how Go's gofmt aligns struct fields and variable groups.

Command-line interface for ExAlign.

Mix Tasks

Creates or updates .formatter.exs in the current project to register ExAlign as a formatter plugin.

Runs ExAlign.format/2 on every .ex file in fixtures/input/ and writes the result to the matching file in fixtures/expected/.