How do I do Notepad ++ for example:
function test()
var=true
end
instead of
function test()
var=true
end
I do not know how to call this action, but whenever I start a function or something, it adds 4 spaces until I enter end
.
How do I do Notepad ++ for example:
function test()
var=true
end
instead of
function test()
var=true
end
I do not know how to call this action, but whenever I start a function or something, it adds 4 spaces until I enter end
.