Added git attribute for MSWindows .BAT files

This commit is contained in:
Matthias Melcher 2019-01-03 23:21:16 +01:00
parent 005a744d68
commit caacc85685

1
.gitattributes vendored
View File

@ -39,6 +39,7 @@ misc/update_config_scripts eol=lf
# files with Windows line endings (crlf)
*.rc eol=crlf
*.bat eol=crlf
# Android Studio special support file (Windows .bat file)
ide/AndroidStudio3/gradlew.rename_to_bat eol=crlf