mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-13 14:12:37 +00:00
10 lines
318 B
Text
10 lines
318 B
Text
# Make 100% sure that .cpp and .h files are C++
|
|
*.cpp linguist-language=C++
|
|
*.hpp linguist-langauge=C++
|
|
*.h linguist-language=C++
|
|
|
|
# Don't count 3rd-party libraries
|
|
neo/libs/* linguist-vendored
|
|
|
|
# Make sure script files always have CRLF line endings for save file checksum portability
|
|
*.script text eol=crlf
|