diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cf332f3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* 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