Skip to content

Normalize all text files to UTF-8 + LF line endings - #195

Merged
treeform merged 1 commit into
masterfrom
normalize-utf8-lf
Aug 23, 2026
Merged

Normalize all text files to UTF-8 + LF line endings#195
treeform merged 1 commit into
masterfrom
normalize-utf8-lf

Conversation

@treeform

Copy link
Copy Markdown
Owner

Normalizes every text file in this repo to plain UTF-8 with LF (Unix) line endings.

What changed

  • 1 file converted from CRLF to LF line endings.
  • Adds .gitattributes with * text=auto eol=lf, so Git normalizes line endings on commit and checks files out as LF on every platform. Without this, the next contributor on Windows silently reintroduces CRLF.

Notes

  • Content is otherwise untouched — this is a pure encoding/line-ending change. git diff -w --ignore-cr-at-eol on this branch is empty.
  • Binary files (images, fonts, archives, compiled artifacts) were not touched.

Generated with Claude Code

0 UTF-16 file(s) re-encoded, 0 BOM(s) stripped, 1 file(s) converted from CRLF to LF.
@treeform
treeform merged commit c898e14 into master Aug 23, 2026
1 check 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.

1 participant