mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 05:01:21 +00:00
Added line-ending conversions
This commit is contained in:
parent
73e3614338
commit
5df1dd49a8
30
.gitattributes
vendored
Normal file
30
.gitattributes
vendored
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
* text eol=crlf
|
||||||
|
*.fs text
|
||||||
|
*.cs text
|
||||||
|
*.fsproj text
|
||||||
|
*.csproj text
|
||||||
|
*.sln text
|
||||||
|
*.config text
|
||||||
|
*.txt text
|
||||||
|
*.xml text
|
||||||
|
*.nsi text
|
||||||
|
*.doxyfile text
|
||||||
|
*.spec text
|
||||||
|
*.tm text
|
||||||
|
*.glsl text
|
||||||
|
*.resx text
|
||||||
|
|
||||||
|
*.dll binary
|
||||||
|
*.exe binary
|
||||||
|
*.so binary
|
||||||
|
*.dylib binary
|
||||||
|
*.snk binary
|
||||||
|
*.bmp binary
|
||||||
|
*.dds binary
|
||||||
|
*.ico binary
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
*.wav binary
|
||||||
|
*.ogg binary
|
||||||
|
*.zip binary
|
||||||
|
|
Loading…
Reference in a new issue