diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-10-09 19:14:27 +0100 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-10-14 16:19:00 +0100 |
commit | 95b127519786c1afa29381be19eb9e12394ddd5c (patch) | |
tree | ded500ca331d3471145a8eafead54dcb9d429333 /.gitattributes | |
parent | bf322bacdd99cdb81bd7870b0b196ef01652581c (diff) |
Upgrade Android Gradle to version 7.2
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 88c00855d8..45ea6c25e8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,8 @@ thirdparty/* linguist-vendored # Normalize EOL for all files that Git considers text files * text=auto eol=lf +# Except for bat files, which are Windows only files +*.bat eol=crlf # The above only works properly for Git 2.10+, so for older versions # we need to manually list the binary files we don't want modified. |