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

@@ -3,6 +3,7 @@
lib = setmetatable({}, {
__newindex = function(self, name, fn)
print('created '..name)
exports(name, fn)
end
})