chore: vscode is dumb

all these spaces make a tab
This commit is contained in:
Linden
2021-11-16 19:37:36 +11:00
parent ede02fb1b4
commit 55a857fbf8
2 changed files with 26 additions and 25 deletions

View File

@@ -2,7 +2,8 @@
-- Hacky workaround for Lua Language Server support.
lib = setmetatable({}, {
__newindex = function(self, name, fn)
exports(name, fn)
end
__newindex = function(self, name, fn)
print('created '..name)
exports(name, fn)
end
})