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:55:34 -07:00
parent 65c7d09584
commit 5bc72cf221

2
.gitattributes vendored
View File

@ -1,2 +1,4 @@
* text=auto eol=lf
# Bash scripts must use LF so they run in WSL/Linux
*.sh text eol=lf