mirror of
https://github.com/lune-org/lune.git
synced 2025-04-10 21:40:54 +01:00
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:
parent
59a7955132
commit
d39743d0a0
1 changed files with 0 additions and 4 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
@ -1,9 +1,5 @@
|
||||||
* text=auto
|
* 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
|
# Ensure all lua files use LF
|
||||||
*.lua eol=lf
|
*.lua eol=lf
|
||||||
*.luau eol=lf
|
*.luau eol=lf
|
||||||
|
|
Loading…
Add table
Reference in a new issue