mirror of
https://github.com/lune-org/docs.git
synced 2025-01-07 11:29:13 +00:00
10 lines
198 B
Text
10 lines
198 B
Text
|
* text=auto
|
||
|
|
||
|
# Temporarily highlight luau as normal lua files
|
||
|
# until we get native linguist support for Luau
|
||
|
*.luau linguist-language=Lua
|
||
|
|
||
|
# Ensure all lua files use LF
|
||
|
*.lua eol=lf
|
||
|
*.luau eol=lf
|