Force PAL test lists to have Unix line endings
authorMatt Ellis <matell@microsoft.com>
Wed, 11 Feb 2015 22:22:26 +0000 (14:22 -0800)
committerMatt Ellis <matell@microsoft.com>
Thu, 12 Feb 2015 01:12:59 +0000 (17:12 -0800)
commit31db676ce56ce389fc0365ccd1ea0521315f5f1b
tree02e1dc5d77d6a6edd6612fe3fc15319399f94b84
parentbc526906aa458e7e0da94d51ffd453f2d69ebaf5
Force PAL test lists to have Unix line endings

A common workflow for some folks on our team is to check out the Git
repository, then share that folder out over to Linux.  In this case,
we need the pal test files to have Unix line endings, even in the case
where core.autocrlf = true, which is the case on Windows.

My hunch is that we would also need this even if we didn't do this,
since otherwise changes to this file will be mirrored back to TFS with
DOS line endings, which would break building the TFS version when
checked out, so it's likely a good idea to do this anyway, even if the
leading factor is a somewhat odd workflow.
.gitattributes