Update .cjs and .mjs files to use LF on checkout (#26466)

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
This commit is contained in:
Arthri
2024-08-11 15:13:43 +00:00
committed by GitHub
co-authored by Arthri
parent ccaad76367
commit 936ea20c70
+2
View File
@@ -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