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