chore: remove lua overriding in gitattributes

GitHub now supports Luau, super happy to finally not have this in the gitattributes anymore!
This commit is contained in:
Erica Marigold 2024-06-10 17:44:53 +05:30 committed by GitHub
parent 59a7955132
commit d39743d0a0
Signed by: DevComp
GPG key ID: B5690EEEBB952194

4
.gitattributes vendored
View file

@ -1,9 +1,5 @@
* 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