Newline character horror

Issue #5 resolved
Jason Vander Heiden created an issue

The tigger repo appears to use all windows style newline characters, which is destined to cause much agony at some point. It makes the entire file look changed when alternating commits between windows and linux systems.

I run unix2dos before committing, but that is tedious.

There appears to be an extension for dealing with this: https://www.mercurial-scm.org/wiki/EolExtension

Comments (2)

  1. ssnn

    I added and .hgeol file (34e0765). I also did this change in my RStudio: Project Options > Code Editing > Line ending conversion: None Let's see if this fixed the issue.

  2. Log in to comment