Merge pull request #41 from jnMetaCode/fix/add-gitattributes

Add .gitattributes to enforce LF line endings
This commit is contained in:
Michael Sitarzewski 2026-03-05 15:08:34 -07:00 committed by GitHub
commit 2bcbaeec6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
# Ensure consistent line endings across platforms
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.sh text eol=lf