Make Github recognize header language as C (#127)

Without this a lot of `*.h` files are marked as being C++ or Objective-C, even though all of it is C.
This commit is contained in:
Uwila
2020-03-20 20:56:17 +01:00
committed by GitHub
parent 2fc51c67a3
commit 3abf47f175

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.h linguist-language=C