Skip to content

Enforce LF endings for text files - #4

Merged
mveril merged 1 commit into
mainfrom
fix/repository-eol
Aug 10, 2026
Merged

Enforce LF endings for text files#4
mveril merged 1 commit into
mainfrom
fix/repository-eol

Conversation

@mveril

@mveril mveril commented Aug 10, 2026

Copy link
Copy Markdown
Owner

Summary

  • normalize every detected text file through Git attributes
  • force LF endings in both the repository and working trees on every platform
  • avoid cross-platform diffs and shell, Nix, YAML, TOML, or Rust parsing surprises after Windows checkouts

Validation

  • git add --renormalize . produced no content-file changes
  • git diff --check
  • git ls-files --eol confirms text=auto eol=lf

@mveril
mveril force-pushed the fix/repository-eol branch from db24505 to 7b8d103 Compare August 10, 2026 12:04
@mveril mveril changed the title Enforce LF endings for Nix files Enforce LF endings for text files Aug 10, 2026
@mveril
mveril marked this pull request as ready for review August 10, 2026 12:23
@mveril
mveril merged commit efa6a26 into main Aug 10, 2026
4 checks passed
@mveril
mveril deleted the fix/repository-eol branch August 10, 2026 12:24
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