From 11f36f229a6a3ede07a6cb3873906c9cebfafa86 Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Wed, 29 Jan 2025 07:29:38 -0600 Subject: [PATCH] chore: add line endings for `.mts` and `.cts` files in `.gitattributes` --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index c0e0bfd31992..064410c43b01 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,8 @@ *.json eol=lf *.md eol=lf *.ts eol=lf +*.mts eol=lf +*.cts eol=lf *.tsx eol=lf *.yml eol=lf