mirror of
https://github.com/lune-org/lune.git
synced 2025-03-31 08:30:56 +01: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
|