- 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 *.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