Skip to content

chore: normalize line endings to LF - #822

Merged
TheWitness merged 1 commit into
developfrom
chore/file-formatting
Sep 15, 2026
Merged

TheWitness merged 1 commit into
developfrom
chore/file-formatting

Conversation

@TheWitness

Copy link
Copy Markdown
Member

Adds (or updates) .gitattributes so text files are normalized to LF line
endings (* text=auto eol=lf), and renormalizes any existing text files that
were stored with CRLF line endings.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

Remove the UTF-8 BOM from .gitattributes before approval.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Normalizes repository text files to LF line endings via .gitattributes.

Changes:

  • Adds * text=auto eol=lf.
  • Renormalizes existing text files to LF.
File summaries
File Summary
.gitattributes Defines LF normalization; remove the UTF-8 BOM so the first line is parsed correctly.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .gitattributes
@TheWitness
TheWitness merged commit 4ad2621 into develop Sep 15, 2026
5 of 6 checks passed
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.

3 participants