Преглед изворни кода

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.
Matthew Haughton пре 9 година
родитељ
комит
413fcbd6ab
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+*.pp linguist-language=Puppet