Skip to content

Convert all CRLF to LF#427

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/convert-crlf-to-lf
Draft

Convert all CRLF to LF#427
Copilot wants to merge 2 commits intomainfrom
copilot/convert-crlf-to-lf

Conversation

Copy link

Copilot AI commented Feb 26, 2026

Several text files in the repo contained CRLF line endings, inconsistent with the LF-only policy enforced via .gitattributes.

Changes

  • ASCII text files — stripped \r from SUPPORT.md and .azuredevops/dependabot.yml
  • UTF-16 LE JSON testdata files — removed the UTF-16 LE CRLF sequence (0x0D 0x00 0x0A 0x00) from three msGo.output.manifest.json files under buildmodel/; these required binary-level patching since sed only handles byte-oriented encodings
  • Binary files left unchanged — PNG images and patch/testdata/moremath.pack (git bundle) contain legitimate \r bytes and are not text files

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Convert all CRLF line endings to LF Convert all CRLF to LF Feb 26, 2026
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