summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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