xml-prettify-text-1.0.0.3: XML pretty printer
Safe HaskellNone
LanguageHaskell2010

Text.XML.Prettify.Options

Synopsis

Documentation

type IndentSize = Int Source #

The indent size

data EndOfLine Source #

The line break style: Line Feed (LF), Carriage Return (CR), or both (CRLF)

Constructors

LF 
CR 
CRLF 

data PrettifyOpts Source #

The options for the Prettify module

Constructors

PrettifyOpts 

Fields