mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 15:01:35 -04:00
0197ca3aba
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.
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
# Header files are almost always C++ rather than C
|
|
*.h linguist-language=C++
|