Merge pull request #14 from bmintz/patch-1

.gitattributes: make sure *.h *.c are detected as C
This commit is contained in:
cathugger
2018-10-29 18:56:25 +00:00
committed by GitHub

2
.gitattributes vendored Normal file
View File

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