mirror of
https://github.com/github/semantic.git
synced 2025-01-05 05:58:34 +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 #-}'.
|
# `{-#LANGUAGE #-}'.
|
||||||
#
|
#
|
||||||
# Default: vertical.
|
# Default: vertical.
|
||||||
style: compact
|
style: vertical
|
||||||
|
|
||||||
# Align affects alignment of closing pragma brackets.
|
# Align affects alignment of closing pragma brackets.
|
||||||
#
|
#
|
||||||
@ -183,7 +183,7 @@ steps:
|
|||||||
# between actual import and closing bracket.
|
# between actual import and closing bracket.
|
||||||
#
|
#
|
||||||
# Default: true
|
# Default: true
|
||||||
align: true
|
align: false
|
||||||
|
|
||||||
# stylish-haskell can detect redundancy of some language pragmas. If this
|
# stylish-haskell can detect redundancy of some language pragmas. If this
|
||||||
# is set to true, it will remove those redundant pragmas. Default: true.
|
# is set to true, it will remove those redundant pragmas. Default: true.
|
||||||
|
Loading…
Reference in New Issue
Block a user