summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorOndřej Janošík <j.ondra14@gmail.com>2015-09-10 19:48:07 +0200
committerOndřej Janošík <j.ondra14@gmail.com>2015-09-10 19:48:07 +0200
commitd19a98e05858fbca2562564ce604a1af08cc334f (patch)
treeb200eccac020e487cbb682631e35de5b01b4c746 /data
parentf6f1687c2de8b801276b465100d0c5d78be65c7a (diff)
downloadstylish-haskell-d19a98e05858fbca2562564ce604a1af08cc334f.tar.gz
Align option for LanguagePragmas
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index 0778f93..3d4e98a 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -94,6 +94,16 @@ steps:
# Default: vertical.
style: vertical
+ # Align affects alignment of closing pragma brackets.
+ #
+ # - true: Brackets are aligned in same collumn.
+ #
+ # - false: Brackets are not aligned together. There is only one space
+ # between actual import and closing bracket.
+ #
+ # Default: true
+ align: true
+
# stylish-haskell can detect redundancy of some language pragmas. If this
# is set to true, it will remove those redundant pragmas. Default: true.
remove_redundant: true