chore: enforce LF line endings via .gitattributes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Saravanakumar D 2026-05-31 19:54:55 -07:00
parent b8f0369f63
commit 5a22899da5

2
.gitattributes vendored
View File

@ -1,3 +1,5 @@
* text=auto eol=lf
# Enforce LF for shell scripts and text files # Enforce LF for shell scripts and text files
*.sh text eol=lf *.sh text eol=lf
*.ps1 text eol=lf *.ps1 text eol=lf