1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

Merge pull request #235 from runningcode/patch-1

Add handling for windows .bat files
This commit is contained in:
Jozef Izso 2025-01-21 14:49:30 +01:00 committed by GitHub
commit 46a8961ad7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,3 +38,6 @@
# Common build-tool wrapper scripts ('.cmd' versions are handled by 'Common.gitattributes')
mvnw text eol=lf
gradlew text eol=lf
# These are explicitly windows files and should use crlf
*.bat text eol=crlf