diff options
author | camthesaxman <cameronghall@cox.net> | 2016-11-20 18:25:52 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2016-11-20 18:25:52 -0600 |
commit | 0e0f5ad630f805664e2be9d96e64d8f75c4411e2 (patch) | |
tree | 548874fae426ca1f91acb387a8bb2ba6763a9c9e | |
parent | cd3c7a9efa4728d3b5883f0780e7deebe44c110b (diff) |
Mark .h files as C instead of C++
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7c8d2699d..0cff4c01e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,5 @@ Makefile text eol=lf *.png binary *.bin binary + +*.h linguist-language=C |