From 21a195d2586114715f189ec346f67189a1ea29f4 Mon Sep 17 00:00:00 2001 From: Matthew Brabham Date: Wed, 17 Aug 2022 17:40:02 -0700 Subject: [PATCH] Tell git that .install and .module are PHP files. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..55f7e7b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.install linguist-language=PHP +*.module linguist-language=PHP