elm-format <INPUT>
Format your code in the Elm idiomatic way
Arguments
Name | Description |
---|---|
INPUT | filepaths |
Options
Name | Description |
---|---|
--help, -h | Show help for elm-format |
--output <FILE> | Write output to FILE instead of overwriting the given source file |
--yes | Reply 'yes' to all automated prompts |
--validate | Check if files are formatted without changing them |
--stdin | Read from stdin, output to stdout |
--elm-version [VERSION] | The Elm version of the source files being formatted |