From caacc856850fa81ce45bf52cbaa6a1863182a4ac Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 3 Jan 2019 23:21:16 +0100 Subject: Added git attribute for MSWindows .BAT files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c706bfbe8..3fd62ba29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 -- cgit v1.2.3