aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-03-05 19:58:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-03-05 19:58:26 +0300
commit69586bbccf5b34be18a289d2e063e665bde8967a (patch)
tree0c9cb06d6d4adbe4ca3734fa931abbbc680587da
parent3c9f227c44f4688250df9399ea3d2f89ee7d53b6 (diff)
Set eol=crlf git attribute for .bat and .bat.in files
-rw-r--r--.gitattributes3
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.