Skip to content

Commit fb84ef0

Browse files
phadejulysses4ever
andauthored
Update FixWhitespace.hs
Co-authored-by: Artem Pelenitsyn <a.pelenitsyn@gmail.com>
1 parent a7bf22a commit fb84ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FixWhitespace.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ data Options = Options
5050
, optTabSize :: String
5151
-- ^ The number of spaces to expand a tab character to. @"0"@ for keeping tabs.
5252
, optConsEL :: String
53+
-- ^ The number of consecutive empty lines allowed. Unlimited if 0.
5354
}
5455

5556
defaultOptions :: Options

0 commit comments

Comments
 (0)