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:
parent
3f43fb7290
commit
cd96cdb4da
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user