Merge pull request #121 from MatthewBeshay/chore/add-gitattributes

chore: add .gitattributes for LF normalization
This commit is contained in:
DecalOverdose 2026-03-09 15:04:02 +04:00 committed by GitHub
commit 8ab5c789af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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