# Ensure consistent line endings across platforms
* text=auto
# Force LF for Rust source files
*.rs text eol=lf
# Force LF for snapshot files (insta)
*.snap text eol=lf
# Force LF for templates
*.html text eol=lf
# Force LF for config files
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.md text eol=lf