Skip to content

chore: normalise line endings to LF per .gitattributes#100

Merged
windischb merged 1 commit into
developfrom
chore/normalize-line-endings
Jun 23, 2026
Merged

chore: normalise line endings to LF per .gitattributes#100
windischb merged 1 commit into
developfrom
chore/normalize-line-endings

Conversation

@windischb

Copy link
Copy Markdown
Contributor

Six files were committed with CRLF but .gitattributes declares * text=auto eol=lf, so git perpetually flagged them as modified on every checkout — noisy git status, and it blocked clean fast-forward pulls. git add --renormalize converts them to LF.

Pure line-ending change — zero content edits (each file verified to have 0 changes under git diff -w).

Affected:

  • .editorconfig
  • CODE_OF_CONDUCT.md
  • LICENSE
  • NOTICE
  • docs/scripts/export-md.mjs
  • docs/scripts/export-pdf.mjs

Review with ?w=1 to see it's whitespace/EOL only.

🤖 Generated with Claude Code

Six files were committed with CRLF but .gitattributes declares
`* text=auto eol=lf`, so git perpetually flagged them as modified on any
checkout (noisy `git status`, blocked fast-forwards). `git add --renormalize`
converts them to LF. Pure line-ending change — zero content edits (verified
each file has 0 changes under `git diff -w`).

Affected: .editorconfig, CODE_OF_CONDUCT.md, LICENSE, NOTICE,
docs/scripts/export-md.mjs, docs/scripts/export-pdf.mjs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@windischb windischb merged commit a9c0b20 into develop Jun 23, 2026
8 checks passed
@windischb windischb deleted the chore/normalize-line-endings branch June 23, 2026 10:30
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.

1 participant