diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-11-21 10:14:25 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-11-21 10:14:25 +0100 |
| commit | 4326c2ee0e50a6ba6cfd9bb8258a015aa7c6adf3 (patch) | |
| tree | 895f21f60ee594a86301f90fcbfdcc18196086c4 /.gitattributes | |
| parent | 254e49e15c47c91336d2af3a0948aa474e62de5f (diff) | |
chore: Add .gitattributes for Gradle wrapper
This change ensures that the batch file for invoking the Gradle wrapper
is treated as a file with Windows line endings.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..71fa4d41 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# https://help.github.com/articles/dealing-with-line-endings/ +# +# These are explicitly windows files and should use crlf +*.bat text eol=crlf |
