From e16dca9069472ea0dc7cbd202e7ec85834c8848a Mon Sep 17 00:00:00 2001 From: JoseDouglas26 Date: Sun, 9 Jun 2024 10:31:13 -0300 Subject: [PATCH] Changes on luarc.json --- .luarc.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" + } + } + } }