diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bb45343 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Единый перевод строки во всём репозитории: библиотеки собираются +# и на Windows, и на Linux, разнобой CRLF/LF ломает diff. +* text=auto eol=lf + +*.pdf binary +*.png binary