From 853ad3cc484035bd309409f887fde33bca474e36 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Wed, 23 Apr 2025 23:39:21 +0200 Subject: [PATCH] those should use lf (#17580) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 74551fbf26d..c0feb6ff3fc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ ## Enforce text mode and LF line breaks *.bat text eol=lf *.cjs text eol=lf +*.mjs text eol=lf *.css text eol=lf *.dm text eol=lf *.dme text eol=lf @@ -42,4 +43,3 @@ ## Force tab indents on dm files *.dm whitespace=indent-with-non-tab -