From 936ea20c703e4166243c1af98a57cbe09f07cc28 Mon Sep 17 00:00:00 2001 From: Arthri <41360489+Arthri@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:13:43 +0800 Subject: [PATCH] Update .cjs and .mjs files to use LF on checkout (#26466) Co-authored-by: Arthri <41360489+a@users.noreply.github.com> --- tgui/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tgui/.gitattributes b/tgui/.gitattributes index 80aed506737..790b8310fd0 100644 --- a/tgui/.gitattributes +++ b/tgui/.gitattributes @@ -3,6 +3,8 @@ ## Enforce text mode and LF line breaks *.js text eol=lf *.jsx text eol=lf +*.cjs text eol=lf +*.mjs text eol=lf *.ts text eol=lf *.tsx text eol=lf *.css text eol=lf