From 782cce376a35d403df9f032bbc720346916cc7ea Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Thu, 28 May 2015 09:35:07 +0200 Subject: [PATCH] make sure the .test files always have LF eol in the working directory, fixes #4049 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b286a5e03 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +tests/Composer/Test/Fixtures/installer/*.test eol=lf