Skip to content

Fix file line ends#22

Open
fingolfin wants to merge 1 commit intomasterfrom
mh/dos2unix
Open

Fix file line ends#22
fingolfin wants to merge 1 commit intomasterfrom
mh/dos2unix

Conversation

@fingolfin
Copy link
Copy Markdown
Member

These files are in the repository with Windows line ends. They
should be using Unix line ends. To accommodate people using the
repository from Windows, add a .gitattributes file which ensures
line ends are automatically adjusted upon checkout.

These files are in the repository with Windows line ends. They
should be using Unix line ends. To accommodate people using the
repository from Windows, add a .gitattributes file which ensures
line ends are automatically adjusted upon checkout.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

❌ Patch coverage is 99.71831% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 99.85%. Comparing base (aefeadc) to head (50b5bd1).

Files with missing lines Patch % Lines
lib/local.gi 99.69% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master      #22   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files           5        5           
  Lines         709      709           
=======================================
  Hits          708      708           
  Misses          1        1           
Files with missing lines Coverage Δ
lib/lib_local.gd 100.00% <100.00%> (ø)
lib/local.gd 100.00% <100.00%> (ø)
lib/local.gi 99.69% <99.69%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@olexandr-konovalov
Copy link
Copy Markdown
Member

Thanks, but why not to

@olexandr-konovalov
Copy link
Copy Markdown
Member

Thanks - do you think this is better than following https://swcarpentry.github.io/git-novice/02-setup.html and setting

git config --global core.autocrlf true

globally on a Windows machine, what I usually recommend instead of setting this up in the repository?

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