bytelyst-devops-tools/.gitattributes
Saravanakumar D 5a22899da5 chore: enforce LF line endings via .gitattributes
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-31 20:25:17 -07:00

7 lines
118 B
Plaintext

* text=auto eol=lf
# Enforce LF for shell scripts and text files
*.sh text eol=lf
*.ps1 text eol=lf
*.md text eol=lf