{-# OPTIONS_GHC -fplugin=RecordDotPreprocessor #-}
a =
def{ N.k = g
}
Invoking ormolu-0.1.4.1 results in:
{-# OPTIONS_GHC -fplugin=RecordDotPreprocessor #-}
a =
def
{ N.k = g
}
Invoking ormolu-0.1.4.1 again results in:
{-# OPTIONS_GHC -fplugin=RecordDotPreprocessor #-}
a =
def{N.k = g
}