From 8625f7f6cf1ea5de160d2eb8f4e335ed01a3997a Mon Sep 17 00:00:00 2001 From: vakabunga Date: Thu, 12 Mar 2026 22:11:21 +0300 Subject: [PATCH] chore: adds .gitattributes for consistent line endings across machines --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ca32d98 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Единые правила переносов строк для всех машин +* text=auto eol=lf + +# Windows-скрипты — исключение, им нужен CRLF +*.bat text eol=crlf +*.cmd text eol=crlf