mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
- force git to store Windows files with native line-endings. it cannot be trusted to handle crlf correctly.
This commit is contained in:
parent
2312fb0322
commit
b67130a713
1 changed files with 4 additions and 4 deletions
8
.gitattributes
vendored
8
.gitattributes
vendored
|
@ -12,10 +12,10 @@
|
||||||
*.asm text
|
*.asm text
|
||||||
*.S text
|
*.S text
|
||||||
|
|
||||||
*.vcproj text eol=crlf
|
*.vcproj text
|
||||||
*.sln text eol=crlf
|
*.sln text
|
||||||
*.bat text eol=crlf
|
*.bat text
|
||||||
*.rc text eol=crlf
|
*.rc text
|
||||||
|
|
||||||
*.txt text
|
*.txt text
|
||||||
language.* text
|
language.* text
|
||||||
|
|
Loading…
Reference in a new issue