exfmt v0.4.0 mix exfmt
Formats Elixir source code.
mix exfmt path/to/file.ex
Command line options
--check
- Check if file is formatted, sets exit status to 1 if false.--stdin
- Read from STDIN instead of a file.--unsafe
- Disable the semantics check that verifies thatexmft
has not altered the semantic meaning of the input file.