chore: adds .gitattributes for consistent line endings across machines

This commit is contained in:
vakabunga
2026-03-12 22:11:21 +03:00
parent d1536b8872
commit 8625f7f6cf

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# Единые правила переносов строк для всех машин
* text=auto eol=lf
# Windows-скрипты — исключение, им нужен CRLF
*.bat text eol=crlf
*.cmd text eol=crlf