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