mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
8 lines
137 B
Text
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
|