Merge pull request #6 from Molecule-AI/chore/add-gitattributes-lf

chore: enforce LF line endings on .sh/.py/.yaml
This commit is contained in:
Hongming Wang 2026-04-24 01:03:52 -07:00 committed by GitHub
commit 529a068010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
* text=auto eol=lf
*.sh text eol=lf
*.py text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
Dockerfile text eol=lf