feat: add lua universe package and stylua command to fmt check
Signed-off-by: teddylear <teddylear@protonmail.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local function hello(offset)
|
||||
local foo = {}
|
||||
for i = 1, 10 do
|
||||
table.insert(foo, i + offset)
|
||||
end
|
||||
return another_thing
|
||||
end
|
Reference in New Issue
Block a user