Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: avoid changing line endings to CRLF on windows#5

Merged
bartlomieju merged 1 commit intodenoland:mainfrom
Tango992:add-gitattributes
Aug 22, 2025
Merged

fix: avoid changing line endings to CRLF on windows#5
bartlomieju merged 1 commit intodenoland:mainfrom
Tango992:add-gitattributes

Conversation

@Tango992
Copy link
Member

@Tango992 Tango992 commented Aug 21, 2025

Git uses the OS default line endings unless specified, that is CRLF on Windows. This has caused our test fixtures to have incorrect line endings on Windows and makes some of the tests failed.

Screenshot 2025-08-21 215405

The changes are based on https://github.com/nodejs/node/blob/main/.gitattributes

@bartlomieju bartlomieju merged commit efdcff0 into denoland:main Aug 22, 2025
@Tango992 Tango992 deleted the add-gitattributes branch August 22, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants