- force git to store Windows files with native line-endings. it cannot be trusted to handle crlf correctly.

This commit is contained in:
Rachael Alexanderson 2020-10-27 12:52:06 -04:00
parent 2312fb0322
commit b67130a713

8
.gitattributes vendored
View file

@ -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