From 82a5d6195262e2ac3e42876d74aa31cef884056b Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Thu, 9 Apr 2015 13:34:29 -0400 Subject: [PATCH] gitattributes: add file so all *.pp is recognized as Puppet on Github The Github file type detection is not foolproof, and .pp file extension is shared by Pascal. Sometimes our files are detected as Pascal, not Puppet as they should be. This change ensures all *.pp files are recognized as Puppet files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..5bb969e45 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pp linguist-language=Puppet