comptime.sh is a bash shell, so it should have eol=lf

This commit is contained in:
Logan-A 2023-12-05 21:03:01 -05:00
parent 55fd958ee0
commit eca16a811e

1
.gitattributes vendored
View file

@ -10,6 +10,7 @@
/src/Make*.cfg text=auto
/src/CMakeLists.txt text=auto
*.mk -whitespace text=auto
/comptime.sh text eol=lf
# Windows EOL
*.cs -crlf -whitespace
*.bat -crlf -whitespace