Skip to content

Commit 7efac18

Browse files
committed
Sync .stylish-haskell with .editorconfig
1 parent c4dc8d4 commit 7efac18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.stylish-haskell.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
# https://github.com/jaspervdj/stylish-haskell/blob/master/data/stylish-haskell.yaml
55
# for usage.
66

7-
columns: 80 # Should match .editorconfig
7+
# Settings which should match .editorconfig
8+
columns: 80
9+
newline: lf
10+
811
steps:
912
- imports:
1013
align: none

0 commit comments

Comments
 (0)