ennocramer / floskell

Floskell is a flexible Haskell source code pretty printer.
BSD 3-Clause "New" or "Revised" License
178 stars 22 forks source link

NumericUnderscores support #78

Open dmitrystas opened 9 months ago

dmitrystas commented 9 months ago

Floskell adds space character for number with underscores.

1_000_000 -> 1 _000_000

Is there any way to avoid this?