ST2-ComputerCraft-Package
ST2-ComputerCraft-Package copied to clipboard
Reindent fails with curly braces
Reintend function fails with something like this
local function foo()
local options =
{
parent = group,
text = text,
x = centerX,
y = centerY,
width = 100,
height = 100,
font = "Helvetica",
fontSize = 35,
align = "center",
}
end
Whats happening again?