From f3849ee5c7061fc41e42a506fa562272cd38291c Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 18 Dec 2013 11:37:54 +0100 Subject: Small fixes for #34 --- data/stylish-haskell.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml index cc117e5..8ceb732 100644 --- a/data/stylish-haskell.yaml +++ b/data/stylish-haskell.yaml @@ -41,7 +41,9 @@ steps: # # - compact: A more compact style. # - # - compact_line: Similar to compact, but wrap each line by `{-#LANGUAGE #-}'. + # - compact_line: Similar to compact, but wrap each line with + # `{-#LANGUAGE #-}'. + # # Default: vertical. style: vertical -- cgit v1.2.3