'\" t .\" Title: stylish-haskell .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.12 .\" Date: 2021-01-17 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "STYLISH\-HASKELL" "1" "2021-01-17" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" stylish\-haskell \- simple Haskell code prettifier .SH "SYNOPSIS" .sp \fBstylish\-haskell\fP [\fI\-c\fP|\fI\-\-config=FILE\fP] [\fI\-v|\-\-verbose\fP] [\fI\-i\fP|\fI\-\-inplace\fP] [\-\-no\-utf8] [\fIFILES\fP]... .sp \fBstylish\-haskell\fP \fI\-d\fP|\fI\-\-defaults\fP .sp \fBstylish\-haskell\fP \fI\-?\fP|\fI\-\-help\fP .sp \fBstylish\-haskell\fP \fI\-\-version\fP .SH "DESCRIPTION" .sp \fBstylish\-haskell\fP performs automatic formatting on the Haskell code in the files passed on the command line or piped via STDIN. It outputs to STDOUT unless \fB\-i\fP is specified. .sp STDIN is assumed to be encoded UTF\-8, unless the \fB\-\-no\-utf8\fP option is used. .SS "OPTIONS" .sp \fB\-c\fP, \fB\-\-config=FILE\fP .RS 4 Override the default configuration file. .RE .sp \fB\-v\fP, \fB\-\-verbose\fP .RS 4 Turn on verbose output. .RE .sp \fB\-i\fP, \fB\-\-inplace\fP .RS 4 Prettify and overwrite the given files in place. .RE .sp \fB\-d\fP, \fB\-\-defaults\fP .RS 4 Dump default config and exit. .RE .sp \fB\-?\fP, \fB\-\-help\fP .RS 4 Output help text and exit. .RE .sp \fB\-\-version\fP .RS 4 Output version information and exit. .RE .sp \fB\-\-no\-utf8\fP .RS 4 Don\(cqt assume that STDIN is encoded UTF\-8, and don\(cqt force UTF\-8 output. .RE .SH "AUTHOR" .sp This manual page was originally written by Sean Whitton for the Debian GNU/Linux system (but may be used by others).