chore: add .gitattributes for LF normalization

This commit is contained in:
notmatthewbeshay 2026-03-09 22:01:02 +11:00
parent 50f188fde8
commit f315f25205

6
.gitattributes vendored Normal file
View file

@ -0,0 +1,6 @@
# Normalise text files to LF across platforms.
* text=auto eol=lf
# Keep Windows command scripts in CRLF for compatibility.
*.bat text eol=crlf
*.cmd text eol=crlf