lune/.gitattributes

9 lines
137 B
Text
Raw Permalink Normal View History

* 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