From b7b46bfc476ea0d22e0e92144f68aa81d390fff0 Mon Sep 17 00:00:00 2001 From: Bruce Wells Date: Tue, 26 Apr 2022 17:31:50 -0400 Subject: Phpcs fixer (#103) * Configuring PHP CS Fixer Dropping PHP 7,3 support * Fixing merge issue --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..032c1bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto + -- cgit v1.2.3