1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

Change the stylish-haskell config to format language pragmas vertically and not align their closing tags.

This commit is contained in:
Rob Rix 2019-12-19 15:12:40 -05:00
parent 3f43fb7290
commit cd96cdb4da
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -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.