run formatter and add .js to gitattributes (#673)

* run formatter and add .js to gitattributes

* remove npm format change
This commit is contained in:
Alex "mcmonkey" Goodwin
2024-08-28 14:21:07 -07:00
committed by GitHub
parent 6fed739402
commit d5b4311e24

1
.gitattributes vendored
View File

@@ -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