exfmt v0.5.0 mix exfmt
Usage
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 thatexmfthas not altered the semantic meaning of the input file.