Нормалізувати кінці рядків: у репозиторії LF

This commit is contained in:
zotac 2026-08-14 03:28:56 +03:00
parent 15d22a8d8a
commit 82036a4592

8
.gitattributes vendored Normal file
View file

@ -0,0 +1,8 @@
# У репозиторії — завжди LF. Інакше .sql і .sh, написані на Windows,
# ламаються на Linux-стенді, де все це реально виконується.
* text=auto eol=lf
*.png binary
*.jpg binary
*.svg text eol=lf
*.ps1 text eol=crlf