summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-07-23 10:44:25 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-07-23 10:44:25 +0200
commit7d0f24a3e3a01db3e6ff3858518a0fd715380c83 (patch)
tree3dda515c23aa02b0141ee3a7a925c443f39a4662 /data
parent82943538ba7570dfadd8b3deb501bd67537c57b0 (diff)
downloadstylish-haskell-7d0f24a3e3a01db3e6ff3858518a0fd715380c83.tar.gz
Move records step into simple_align
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