I recently did a full upgrade and re-installed my whole system, including 
elm, atom and elm-format. I notice now that when I save files elm-format is 
giving a huge diff compared with what I had before, particularly around 
comments. A little example:

{-|
Username and password based login credentials.
-}

Changes to:

{-| Username and password based login credentials.
-}

Looking at the release notes, this is all 
expected. https://github.com/avh4/elm-format/releases

I am just wondering if I should update all public repositories that I 
maintain to match the latest version of elm-format? Otherwise we have to 
keep turning off elm-format-on-save to make nice diffs.

It also strikes me that working on multiple branches and upgrading them 
could also run into problems and potentially lose the ability to cleanly 
merge patches between branches. elm-format is awesome but big whitespace 
only diffs on mature codebases with multiple work streams are not.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to