Closed
Description
As diff in https://github.com/haskell/haskell-language-server/pull/2597/files shows - as a side-effect there - 15 files were rewritten fully (every line in them got ^M
, most probably due to Windows line break insertion).
As a result, after merge that created additional challenges doing rebases or working with those files, since there are no longer diffs in the touched files.
Would be useful to prevent such diffs in the future.