From 3554d0e32344102eb62989f830f242cea97b88c3 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 5 Mar 2020 01:26:09 +0000 Subject: [PATCH] mark PHP as always using LF rather than CRLF, to be consistent with php-cs-fixer, fixes #694 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..24d11dfb --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.php text eol=lf