From fe6598ca609684d0cf4b1c079fe85610c7b7e398 Mon Sep 17 00:00:00 2001 From: Andrey Kruchinkin Date: Sun, 23 Aug 2026 01:15:11 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=B5=D0=B4=D0=B8=D0=BD=D1=8B=D0=B9?= =?UTF-8?q?=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=BA=D0=B8=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20.gi?= =?UTF-8?q?tattributes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Библиотеки собираются и в Keil на Windows, и хостовыми тестами на Linux. Без нормализации первый же коммит с другой машины показывает файл изменённым целиком. --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes 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