2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 02:58:12 -07:00

Tweak git default behavior for windows machines

This commit is contained in:
Geert Bevin 2023-01-18 08:51:24 -05:00
parent 5ca650037b
commit c496f9666c

7
.gitattributes vendored
View file

@ -1,9 +1,16 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf
*.png binary
*.jpg binary
*.gif binary