You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two: Having @docs TypeExposingVariants(..), elm-format correctly removes the (..) but then doesn't reorder the that member in the exposing list according to the docs tags.
On another run, these get grouped correctly.
The text was updated successfully, but these errors were encountered:
Usually formatting things once should result in the same as formatting things twice in a row.
Here's 2 exceptions I've encountered:
One: Parenthesized if-then-else in the else branch.
For example:
first gets formatted to
then finally
(edit: duplicate of #634, sorry!)
Two: Having
@docs TypeExposingVariants(..)
,elm-format
correctly removes the(..)
but then doesn't reorder the that member in the exposing list according to the docs tags.On another run, these get grouped correctly.
The text was updated successfully, but these errors were encountered: