Doubt with Notepad ++

1

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 .

    
asked by anonymous 27.01.2017 / 03:15

0 answers