Skip to content

Add .gitattributes for consistent LF line endings#15

Merged
that-github-user merged 1 commit into
mainfrom
issue-14-gitattributes
Mar 28, 2026
Merged

Add .gitattributes for consistent LF line endings#15
that-github-user merged 1 commit into
mainfrom
issue-14-gitattributes

Conversation

@that-github-user

Copy link
Copy Markdown
Owner

Summary

  • Enforce LF line endings across all platforms via .gitattributes
  • Eliminates CRLF/LF warnings during commits on Windows

Change type

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • CI / infrastructure
  • Chore

Related issue

Closes #14

How to test

  1. Commit a new file on Windows — should not show CRLF warnings
  2. git check-attr eol -- src/cli.ts — should show lf

Breaking changes

  • This PR introduces breaking changes

🤖 Generated with Claude Code

Closes #14

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@that-github-user that-github-user merged commit f118ce6 into main Mar 28, 2026
3 checks passed
@that-github-user that-github-user deleted the issue-14-gitattributes branch March 28, 2026 15:35
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.

Add .gitattributes for consistent line endings

1 participant