From d5b4311e24625dfcb7fbdfd9ea362221c146d452 Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" <4000772+mcmonkey4eva@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:21:07 -0700 Subject: [PATCH] run formatter and add .js to gitattributes (#673) * run formatter and add .js to gitattributes * remove npm format change --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index bd4e75cee..37d931349 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ # Force TS to LF to make the unixy scripts not break on Windows *.ts text eol=lf *.vue text eol=lf +*.js text eol=lf