mix exalign.install (exalign v0.1.3)

Copy Markdown

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

Usage

mix exalign.install

Behaviour

  • If .formatter.exs does not exist, a new one is created with sensible defaults.
  • If .formatter.exs already exists and ExAlign is already listed under plugins:, the file is left unchanged.
  • If .formatter.exs already exists but ExAlign is not yet listed, the task prints instructions for adding it manually — it will not overwrite a custom formatter config automatically.