packages feed

ormolu-0.2.0.0: data/examples/other/disabling/indented-fragment.hs

foo =
    {- ORMOLU_DISABLE -}
    testCase "Foo" testFoo :
    testCase "Bar" testBar :
    testCase "Baz" testBaz :
    {- ORMOLU_ENABLE -}
    []