summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2016-04-20 15:04:08 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2016-04-20 15:04:08 +0200
commit4a6ccd2fdfbb3890eecd802ee7368c4314b7f87a (patch)
treef738016fbdf51d5a63764a20762b5cd9da80f101
parent121d8428d94eb57b18307fcb5bdcface9c733c58 (diff)
parent74b88b71531b2aaa272fb7e537369082a4b07cf8 (diff)
downloadstylish-haskell-4a6ccd2fdfbb3890eecd802ee7368c4314b7f87a.tar.gz
Merge pull request #102 from cblp/patch-1
typo
-rw-r--r--data/stylish-haskell.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index efc5695..fb12606 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -53,7 +53,7 @@ steps:
# > import qualified Data.List as List
# > (concat, foldl, foldr, head, init, last, length)
#
- # Default: after alias
+ # Default: after_alias
list_align: after_alias
# Long list align style takes effect when import is too long. This is