summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index cbeaee0..2398e6b 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -21,6 +21,7 @@ steps:
- simple_align:
cases: true
top_level_patterns: true
+ records: true
# Import cleanup
- imports:
@@ -135,9 +136,6 @@ steps:
# is set to true, it will remove those redundant pragmas. Default: true.
remove_redundant: true
- # Align the types in record declarations
- - records: {}
-
# Replace tabs by spaces. This is disabled by default.
# - tabs:
# # Number of spaces to use for each tab. Default: 8, as specified by the