.gitattributes: make sure *.h *.c are detected as C

This commit is contained in:
Ben Mintz
2018-10-28 22:43:51 -05:00
committed by GitHub
parent abc08bc47b
commit 4e91c7dbf2

2
.gitattributes vendored Normal file
View File

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