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.
This commit is contained in:
parent
e6d1695f82
commit
413fcbd6ab
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.pp linguist-language=Puppet
|
Loading…
Reference in a new issue