From a7cad4bfa6f14026d77b0178307c3bb2e3e3faf2 Mon Sep 17 00:00:00 2001 From: Clement Stoquart Date: Thu, 12 Mar 2020 14:17:26 +0100 Subject: [PATCH] fix: add missing .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..301f08a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Windows does not like LF in bat files +*.bat text eol=crlf