Skip to content

chore: renormalize line endings to match .gitattributes#258

Merged
tomkerkhove merged 1 commit into
mainfrom
chore/normalize-csproj-eol
May 21, 2026
Merged

chore: renormalize line endings to match .gitattributes#258
tomkerkhove merged 1 commit into
mainfrom
chore/normalize-csproj-eol

Conversation

@Mielek
Copy link
Copy Markdown
Contributor

@Mielek Mielek commented May 7, 2026

Stored blobs for several text files were committed with LF endings (via upstream Dependabot PRs #247, #233, #198 and earlier commits) after .gitattributes declared *.csproj text eol=crlf (commit e0897bd) and

  • text=auto for the rest. On Windows checkouts the smudge filter rewrote them to the platform EOL, producing a permanent modified working-tree state for these files. Run git add --renormalize . to re-stage them with the declared EOL so the working tree stays clean for new contributors.

Affected files (EOL-only diff, no content change):

  • .github/workflows/dotnet.yml
  • .vscode/extensions.json
  • README.md
  • example/.config/dotnet-tools.json
  • setup-example.cmd
  • src/Compiling/Compiling.csproj
  • src/Testing/Testing.csproj

Stored blobs for several text files were committed with LF endings (via
upstream Dependabot PRs #247, #233, #198 and earlier commits) after
.gitattributes declared *.csproj text eol=crlf (commit e0897bd) and
* text=auto for the rest. On Windows checkouts the smudge filter
rewrote them to the platform EOL, producing a permanent `modified`
working-tree state for these files. Run git add --renormalize . to
re-stage them with the declared EOL so the working tree stays clean
for new contributors.

Affected files (EOL-only diff, no content change):
- .github/workflows/dotnet.yml
- .vscode/extensions.json
- README.md
- example/.config/dotnet-tools.json
- setup-example.cmd
- src/Compiling/Compiling.csproj
- src/Testing/Testing.csproj

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@tomkerkhove tomkerkhove merged commit 09a81c2 into main May 21, 2026
11 checks passed
@tomkerkhove tomkerkhove deleted the chore/normalize-csproj-eol branch May 21, 2026 11:15
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