ST2-ComputerCraft-Package icon indicating copy to clipboard operation
ST2-ComputerCraft-Package copied to clipboard

Reindent fails with curly braces

Open afk-mario opened this issue 11 years ago • 1 comments

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

afk-mario avatar Oct 09 '14 00:10 afk-mario

Whats happening again?

BitForger avatar Jul 01 '15 20:07 BitForger