Skip to content

Conversation

martincostello
Copy link
Collaborator

Fix Git and EditorConfig having conflicting line-ending settings and standardise on CRLF (as that was the oldest setting committed to Git).

Fix Git and EditorConfig having conflicting line-ending settings and standardise on CRLF (as that was the oldest setting committed to Git).
Copy link

codecov bot commented Jun 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.55%. Comparing base (50f6811) to head (d970455).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3430   +/-   ##
=======================================
  Coverage   93.55%   93.55%           
=======================================
  Files         110      110           
  Lines        3834     3834           
  Branches      719      719           
=======================================
  Hits         3587     3587           
  Misses        247      247           
Flag Coverage Δ
Linux 93.55% <ø> (ø)
Windows 93.55% <ø> (ø)
macOS 93.55% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martincostello martincostello marked this pull request as ready for review June 1, 2025 13:47
@Copilot Copilot AI review requested due to automatic review settings June 1, 2025 13:47
@martincostello martincostello enabled auto-merge (rebase) June 1, 2025 13:47
@martincostello martincostello merged commit e6fe085 into master Jun 1, 2025
11 checks passed
@martincostello martincostello deleted the fix-config branch June 1, 2025 13:47
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Aims to standardize line endings to CRLF across Git and EditorConfig.

  • Update default Git attribute to CRLF
  • Normalize .editorconfig end_of_line value to lower-case crlf

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.gitattributes Changed default eol from LF to CRLF and removed UNIX comment
.editorconfig Updated end_of_line value from CRLF to crlf

This was referenced Jul 28, 2025
This was referenced Sep 2, 2025
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.

1 participant