Sublime Forum

Indentation Issue Not Easy to Explain

#1

I like to scaffold my function before writing the body, so for me that looks like this

function SetIsSelectionRequired()
end function

But when I pretty return, it auto-indents the end function statement, and does not automatically drag it back to align with the function stgatement.

I’ve tried looking through settings. Nothing is jumping out at me. Any help; would be appreciated.

0 Likes

#2

you’re running into this bug I’m afraid:

1 Like