From 5fa379e707d83655f3785140f8aadd269d177db1 Mon Sep 17 00:00:00 2001 From: snxx Date: Mon, 27 Sep 2021 18:27:59 +0500 Subject: [PATCH] .gitattributes: removed php display in the project (#11329) Since `*.inc` uses `cpp`, I changed the display via `.gitattributes`. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index bf0e54a56..6aa281e5b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,8 @@ ############################################################################### * -text +*.inc linguist-language=cpp + ############################################################################### # Set default behavior for command prompt diff. #