mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-21 11:41:03 +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
|
||||
*.S text
|
||||
|
||||
*.vcproj text eol=crlf
|
||||
*.sln text eol=crlf
|
||||
*.bat text eol=crlf
|
||||
*.rc text eol=crlf
|
||||
*.vcproj text
|
||||
*.sln text
|
||||
*.bat text
|
||||
*.rc text
|
||||
|
||||
*.txt text
|
||||
language.* text
|
||||
|
|
Loading…
Reference in a new issue