mirror of
https://github.com/zeldaret/botw.git
synced 2024-11-23 05:10:01 +00:00
Fix GitHub language detection for header files
Force GitHub to treat .h files as C++ because header files in this repo are almost always C++, not C. Currently some Havok headers are being misdetected as C code.
This commit is contained in:
parent
18c60323a9
commit
0197ca3aba
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Header files are almost always C++ rather than C
|
||||
*.h linguist-language=C++
|
Loading…
Reference in New Issue
Block a user