logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stylish-haskell - simple Haskell code prettifier

Author

       This manual page was originally written by Sean Whitton <spwhitton@spwhitton.name> for the Debian
       GNU/Linux system (but may be used by others).

                                                   2025-01-29                                 STYLISH-HASKELL(1)

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.

       STDIN is assumed to be encoded UTF-8, unless the --no-utf8 option is used.

   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.

       --version
           Output version information and exit.

       --no-utf8
           Don’t assume that STDIN is encoded UTF-8, and don’t force UTF-8 output.

Name

       stylish-haskell - simple Haskell code prettifier

Synopsis

stylish-haskell [-c|--config=FILE] [-v|--verbose] [-i|--inplace] [--no-utf8] [FILES]...

       stylish-haskell-d|--defaultsstylish-haskell-?|--helpstylish-haskell--version

See Also