coformat-0.2.1.0: Generate clang-format config based on some existing code base

Safe HaskellSafe
LanguageHaskell2010

Clang.Coformat.Formatter

Documentation

class Formatter fmt where Source #

Methods

formatterInfo :: proxy fmt -> FormatterInfo Source #

formatFile :: MonadIO m => proxy fmt -> Text -> [ConfigItemT Value] -> FilePath -> m ByteString Source #