1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-09 13:00:55 +01:00
lune/.gitattributes

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