Add luarc.json

This commit is contained in:
2025-05-04 14:44:04 +02:00
parent 8645a1e99e
commit b85e0e3765
2 changed files with 10 additions and 0 deletions

7
.luarc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"workspace": {
"library": [
"./Meta"
]
}
}

View File

@@ -1,3 +1,6 @@
- source: stylua.toml - source: stylua.toml
target: ../stylua.toml target: ../stylua.toml
delete: true delete: true
- source: .luarc.json
target: ../.luarc.json
delete: true