Skip to content

Update EOL settings#125

Merged
wallstop merged 3 commits intomasterfrom
dev/wallstop/git-fixes
Jan 21, 2026
Merged

Update EOL settings#125
wallstop merged 3 commits intomasterfrom
dev/wallstop/git-fixes

Conversation

@wallstop
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown
Contributor

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

This pull request enhances the EOL (End-of-Line) enforcement system by adding git index EOL validation to ensure text files are stored with LF line endings in the repository, even when working tree files use CRLF. The PR also normalizes EOL settings across multiple configuration files.

Changes:

  • Added git index EOL validation to both PowerShell and JavaScript check scripts
  • Configured pre-commit hooks to run on additional git lifecycle events (post-checkout, post-merge, post-rewrite)
  • Normalized line endings across all YAML workflow files, package.json, and .csproj files

Reviewed changes

Copilot reviewed 3 out of 18 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
scripts/check-eol.ps1 Added Get-GitIndexEolIssues function to validate git index line endings
scripts/check-eol.js Added getIndexEolIssues function to validate git index line endings
.pre-commit-config.yaml Added hook types and new fix-eol-repo hook for post-git-operation normalization
package.json Normalized line endings (EOL fix)
SourceGenerators/.../Tests.csproj Normalized line endings (EOL fix)
.github/workflows/*.yml Normalized line endings across all 11 workflow files (EOL fix)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/check-eol.ps1 Outdated
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 4 out of 19 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wallstop wallstop merged commit 41c7cbf into master Jan 21, 2026
22 checks passed
@wallstop wallstop deleted the dev/wallstop/git-fixes branch January 21, 2026 19:32
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