diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-05 19:04:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-05 19:04:37 +0300 |
commit | 89684a3074b4bbfd402d1596f0c30eea18c50ed8 (patch) | |
tree | 39e9036998cf36ade9a5f1e51a689744f7dcb32d /.gitattributes | |
parent | 54e255c85d717900cf5923bdb7a2d8d9a264f7c4 (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. |