mirror of https://github.com/ClassiCube/ClassiCube
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:
parent
4fb9af812e
commit
b5e9233335
|
|
@ -1,3 +1,5 @@
|
|||
*.csproj eol=crlf
|
||||
*.sln eol=crlf
|
||||
*.cs eol=crlf
|
||||
*.c linguist-language=C
|
||||
*.h linguist-language=C
|
||||
Loading…
Reference in New Issue