summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index 2a17cb5..209d613 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -15,6 +15,9 @@ steps:
# # true.
# add_language_pragma: true
+ # Format record definitions
+ - records: {}
+
# Align the right hand side of some elements. This is quite conservative
# and only applies to statements where each element occupies a single
# line. All default to true.
@@ -222,6 +225,9 @@ steps:
# simple_align but is a bit less conservative.
# - squash: {}
+# A common indentation setting. Different steps take this into account.
+indent: 4
+
# A common setting is the number of columns (parts of) code will be wrapped
# to. Different steps take this into account.
#