diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-01-03 23:21:16 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-01-03 23:21:16 +0100 |
| commit | caacc856850fa81ce45bf52cbaa6a1863182a4ac (patch) | |
| tree | a8fa59587517c63983dcd3a1ce2481e4d426729b | |
| parent | 005a744d68839ea858a89f5c7268b108becead0c (diff) | |
Added git attribute for MSWindows .BAT files
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
