JANITORIAL: Force LF EOL for shell scripts

Needed when core.autocrlf is set on Windows, and building with WSL.
This commit is contained in:
Orgad Shaneh 2022-01-10 16:41:02 +02:00 committed by Filippos Karapetis
parent bcf6054c3a
commit faeec67448

3
.gitattributes vendored
View File

@ -4,3 +4,6 @@
*.cpp text eol=lf
*.h text eol=lf
*.hpp text eol=lf
*.sh text eol=lf
/config* text eol=lf
configure.engine text eol=lf