Skip to content

Commit e7e9a7f

Browse files
committed
Convert tabs to spaces in stylish
1 parent 25c94df commit e7e9a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .stylish-haskell.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ steps:
132132
# - records: {}
133133

134134
# Replace tabs by spaces. This is disabled by default.
135-
# - tabs:
135+
- tabs:
136136
# # Number of spaces to use for each tab. Default: 8, as specified by the
137137
# # Haskell report.
138-
# spaces: 8
138+
spaces: 8
139139

140140
# Remove trailing whitespace
141141
- trailing_whitespace: {}

0 commit comments

Comments
 (0)