mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
12 lines
259 B
Text
12 lines
259 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
|
|
|
|
# Remove test c and typescript from language list
|
|
tests/ffi/**/*.c linguist-vendored
|
|
tests/ffi/**/*.ts linguist-vendored
|