Skip to content

Commit

Permalink
Fix incorrect line endings on windows for mjs files.
Browse files Browse the repository at this point in the history
Fixes 'Check esbuild.config.mjs' test, which would break when the repo was cloned on windows due it asserting on file contents.
  • Loading branch information
EanLombardo committed Feb 17, 2025
1 parent 0644864 commit 92668dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.jsonc text eol=lf
*.lock text eol=lf
*.md text eol=lf
*.mjs text eol=lf
*.ps1 text eol=lf
*.py text eol=lf
*.sh text eol=lf
Expand Down

0 comments on commit 92668dd

Please sign in to comment.