Doubt with Notepad++

Asked

Viewed 96 times

1

How do I make Notepad++ for example:

function test()
    var=true
end

instead of

function test()
var=true
end

sorry I don’t know what to call this action,but whenever I start a function or something like, end.

  • 2

    I think what you’re looking for is code indentation, not all editors come with support for all languages. But there’s definitely a plugin for this++.

  • To add, Sublime Text has automatic indentation by default. There is a better Lua syntax than the S.T., Gmodlua standard. Maybe S.T. fits better as an editor. So far the only most complete in the matter of controlling the Home, End, and Tab keys, and the text selection is complete tbm. Now the moon’s syntax needs to be improved.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.