cweijan/autohotkey-plus

formatting issue indenting in the wrong place

Wilson703 opened this issue · 1 comments

basically the issue goes like this if you have an "if" in the msgbox line it will indent the row underneath

and format it like this

a() {
    Msgbox, if the problem....
    }

remove that "if"
and it indents correctly

a() {
    Msgbox, the problem....
}

here is a link to a video displaying the problem
https://i.imgur.com/pDES4Az.gif

Closed in v3.0.0 and AHK++ v3.1.0