diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml index 19825baca..086cfc319 100644 --- a/.stylish-haskell.yaml +++ b/.stylish-haskell.yaml @@ -173,7 +173,7 @@ steps: # `{-#LANGUAGE #-}'. # # Default: vertical. - style: compact + style: vertical # Align affects alignment of closing pragma brackets. # @@ -183,7 +183,7 @@ steps: # between actual import and closing bracket. # # Default: true - align: true + align: false # stylish-haskell can detect redundancy of some language pragmas. If this # is set to true, it will remove those redundant pragmas. Default: true.