I don't like how github detects some of the code as C++ and Objective-C, apparently this fixes it.

This commit is contained in:
UnknownShadow200 2017-05-13 13:47:51 +10:00
parent 4fb9af812e
commit b5e9233335
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1,3 +1,5 @@
*.csproj eol=crlf
*.sln eol=crlf
*.cs eol=crlf
*.c linguist-language=C
*.h linguist-language=C