The following Lua code:
if b then
if b then
end <-press the Enter key, the "end" is still here
end
press the spacebar is ok,
but I don't want to add a space after each "end".
I hope this can be:
if b then
if b then
end<-press the Enter key, the "end" is Auto Indented
end
