From 2b8dfa7b440398473bb59252a055085ab9b52be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Hlusi=C4=8Dka?= Date: Fri, 30 Jan 2026 21:56:46 +0100 Subject: [PATCH] .gitattributes: Always check out *.sh files with LF rather than CRLF --- firmware/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 firmware/.gitattributes diff --git a/firmware/.gitattributes b/firmware/.gitattributes new file mode 100644 index 0000000..d11d273 --- /dev/null +++ b/firmware/.gitattributes @@ -0,0 +1,2 @@ +# Convert to LF line endings on checkout. +*.sh text eol=lf