docs/.gitattributes

10 lines
198 B
Text
Raw Normal View History

2023-09-17 19:01:55 +01:00
* 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