From 24cdb923e7653ad42b1ff9515e030436923cef1b Mon Sep 17 00:00:00 2001 From: Nathan Chordas-Ewell Date: Thu, 19 Feb 2026 16:41:27 -0500 Subject: [PATCH] Add .gitattributes to enforce LF line endings for .m files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d001476 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.m text eol=lf