diff --git a/.luarc.json b/.luarc.json index f9eaaca64..98c850fad 100644 --- a/.luarc.json +++ b/.luarc.json @@ -19,5 +19,12 @@ "vector", "voxelibre" ], - "workspace.ignoreDir": [".luacheckrc"] + "workspace.ignoreDir": [".luacheckrc"], + "fields": { + "table": { + "merge": { + "type": "function" + } + } + } }