diff options
-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. |