lune/.gitattributes
Erica Marigold d39743d0a0
chore: remove lua overriding in gitattributes
GitHub now supports Luau, super happy to finally not have this in the gitattributes anymore!
2024-06-10 17:44:53 +05:30

8 lines
137 B
Text

* text=auto
# Ensure all lua files use LF
*.lua eol=lf
*.luau eol=lf
# Ensure all txt files within tests use LF
tests/**/*.txt eol=lf