x_component v0.1.0 mix x.format View Source
Formatter task uses settings from .formatter.exs
by default.
All project files can be formatted with:
mix x.format
Also, formatter task can be used to format a specific file:
mix x.format path/to/file.ex