Merge pull request #469 from CST1229/gitattributes

Force LF line endings in .gitattributes
This commit is contained in:
Jeod 2025-09-30 17:22:18 -04:00 committed by GitHub
commit 5848b3e5ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.gitattributes vendored
View file

@ -1,2 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf