summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2013-12-18 01:54:56 -0800
committerJasper Van der Jeugt <jaspervdj@gmail.com>2013-12-18 01:54:56 -0800
commit062d78eaf4ad1bc78ff03fc5d6831df26b558691 (patch)
tree5186e125bf61cf981872a7c45e1a8bb90c8f4fee /data
parent2188b248a37157ba1f5c35a8674890ed80d0a3ef (diff)
parentd2773448c20fef4439080f61c5262588be3992cb (diff)
downloadstylish-haskell-062d78eaf4ad1bc78ff03fc5d6831df26b558691.tar.gz
Merge pull request #34 from konn/master
Added new pragma style `line'
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index 080c2f9..cc117e5 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -41,6 +41,7 @@ steps:
#
# - compact: A more compact style.
#
+ # - compact_line: Similar to compact, but wrap each line by `{-#LANGUAGE #-}'.
# Default: vertical.
style: vertical