From 24eee21b20357a1a66febbc87585e283236e05d4 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sun, 19 Apr 2026 07:56:41 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20gitattributes?= 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