SYNOPSIS
stylish-haskell [-c|--config=FILE] [-v|--verbose] [-i|--inplace] [FILES]...
stylish-haskell -d|--defaults
stylish-haskell -?|--help
DESCRIPTION
stylish-haskell performs automatic formatting on the Haskell code in the files passed on the command line or piped via STDIN. It outputs to STDOUT unless -i is specified.
OPTIONS
-c, --config=FILE
- Override the default configuration file.
-v, --verbose
- Turn on verbose output.
-i, --inplace
- Prettify and overwrite the given files in place.
-d, --defaults
- Dump default config and exit.
-?, --help
- Output help text and exit.
FILES
/usr/share/stylish-haskell/data/stylish-haskell.yaml
- Default configuration file.
AUTHOR
This manual page was originally written by Sean Whitton <[email protected]> for the Debian GNU/Linux system (but may be used by others).