From 39b2ef2c0363909c7c293f569d06b641051133ab Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 15 Nov 2021 08:28:08 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5a0d5e48..f97cb533 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Auto detect text files and perform LF normalization -* text=auto eol=lf +* text=auto + +# Conform to PSR-12 coding standard +*.php eol=lf