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

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