mix exalign.install
(exalign v0.1.7)
Copy Markdown
Creates or updates .formatter.exs in the current project to register
ExAlign as a formatter plugin.
Usage
mix exalign.installBehaviour
- If
.formatter.exsdoes not exist, a new one is created with sensible defaults. - If
.formatter.exsalready exists andExAlignis already listed underplugins:, the file is left unchanged. - If
.formatter.exsalready exists butExAlignis not yet listed, the task prints instructions for adding it manually — it will not overwrite a custom formatter config automatically.