Module

Text.Prettier

Package
purescript-prettier
Repository
gcanti/purescript-prettier

#TrailingComma Source

data TrailingComma

Constructors

#Options Source

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

#defaultOptions Source

#formatImpl Source

#checkImpl Source

#formatWithCursor Source

Modules
Text.Prettier