From 326a9f5aa6cf630f647fd6996106aa267dd01c2a Mon Sep 17 00:00:00 2001 From: Amy Jeanes Date: Mon, 7 Sep 2026 17:54:46 +0000 Subject: [PATCH] Use LF line endings Split from https://github.com/commaai/msgq/pull/709. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6313b56c5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf