Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: normalize all line endings in the repository #1913

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Conversation

sbruens
Copy link
Contributor

@sbruens sbruens commented Feb 28, 2024

I ran git add --renormalize . on the repo, see https://git-scm.com/docs/git-add#Documentation/git-add.txt---renormalize. This is a safe way to normalize all line endings, changing files that have been committed with CLRF to LF.

Copybara does this when copying translation files: 2a544a8. Doing a one-time fix like this separately will make the Copybara copy commits cleaner.

@sbruens sbruens requested review from a team as code owners February 28, 2024 19:21
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 32%. Comparing base (f3e10d6) to head (f46c62c).

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1913   +/-   ##
======================================
  Coverage      32%     32%           
======================================
  Files          45      45           
  Lines        2610    2610           
  Branches      337     337           
======================================
  Hits          859     859           
  Misses       1751    1751           
Flag Coverage Δ
apple 15% <ø> (ø)
ios 15% <ø> (ø)
maccatalyst 15% <ø> (ø)
macos 15% <ø> (ø)
unittests 32% <ø> (ø)
www 40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@jyyi1 jyyi1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Only one thing to double check, are we allowed to change the files in third_party/tap-windows6 (though it's just line endings)?

@sbruens
Copy link
Contributor Author

sbruens commented Feb 28, 2024

LGTM. Only one thing to double check, are we allowed to change the files in third_party/tap-windows6 (though it's just line endings)?

I just double-checked and I don't think this change affects licensing.

@sbruens sbruens merged commit fad9ae2 into master Feb 29, 2024
22 checks passed
@sbruens sbruens deleted the sbruens/clrf branch February 29, 2024 15:27
jyyi1 added a commit that referenced this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants