From 0742f9fcc33f708dd9ea84eb7f0bfb75a818158c Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Thu, 21 May 2026 00:01:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D0=BB=20gitattribute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..8b11ef3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# +# These are explicitly windows files and should use crlf + +* text=auto eol=lf + +*.bat text eol=crlf +*.nsi text eol=crlf \ No newline at end of file