From eaf5358defdf288119fa55e535d5433867b9e781 Mon Sep 17 00:00:00 2001 From: Wadim Kalmykov <36057469+w-4@users.noreply.github.com> Date: Tue, 29 Sep 2020 01:04:08 +0700 Subject: [PATCH] Improve developer experience by forcing LF line endings (#2321) --- php-packages/testing/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-packages/testing/.gitattributes b/php-packages/testing/.gitattributes index ccbdf6188..61036520c 100644 --- a/php-packages/testing/.gitattributes +++ b/php-packages/testing/.gitattributes @@ -11,3 +11,5 @@ phpunit.xml export-ignore tests export-ignore js/dist/* -diff + +* text=auto eol=lf