Automatic fix request: "Replace case ... then" by "case ... of"
jfmengels opened this issue · 0 comments
jfmengels commented
It would be nice if elm-format
could autofix case ... then
to case ... of
.
It's a mistake I think I and others too commonly make and not the easiest one to figure out at a glance.