From 948ac359dc934b9d64d20a41f8cb00ac7512d8fb 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) --- framework/core/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/core/.gitattributes b/framework/core/.gitattributes index ccbdf6188..61036520c 100644 --- a/framework/core/.gitattributes +++ b/framework/core/.gitattributes @@ -11,3 +11,5 @@ phpunit.xml export-ignore tests export-ignore js/dist/* -diff + +* text=auto eol=lf