Module

Text.Prettier

#TrailingComma

data TrailingComma

Constructors

#Options

type Options = { printWidth :: Int, tabWidth :: Int, useTabs :: Boolean, semi :: Boolean, singleQuote :: Boolean, trailingComma :: TrailingComma, bracketSpacing :: Boolean, jsxBracketSameLine :: Boolean, rangeStart :: Int, rangeEnd :: Maybe Int, parser :: Parser }

#defaultOptions

#format

#check

#formatWithCursor

#formatImpl

#checkImpl

Modules