diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-05 19:58:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-05 19:58:26 +0300 |
commit | 69586bbccf5b34be18a289d2e063e665bde8967a (patch) | |
tree | 0c9cb06d6d4adbe4ca3734fa931abbbc680587da /.gitattributes | |
parent | 3c9f227c44f4688250df9399ea3d2f89ee7d53b6 (diff) |
Set eol=crlf git attribute for .bat and .bat.in files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 1631641..9a79d3b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,7 +7,8 @@ # Use `eol=crlf` for files that should have the CRLF line ending both in the # working tree (even on Unix) and in the repository. # -#*.bat text eol=crlf +*.bat text eol=crlf +*.bat.in text eol=crlf # Use `eol=lf` for files that should have the LF line ending both in the # working tree (even on Windows) and in the repository. |