QB64Official / vscode

QB64 Extension for Visual Studio Code.
MIT License
14 stars 3 forks source link

Formatter: Breaks some single line ifs #126

Open LordDurus opened 1 year ago

LordDurus commented 1 year ago

i.e this line: if idemode goto ideret4 else goto skipide4 becomes if idemode goto ideret4 else goto skipide4 then

LordDurus commented 1 year ago

The problem is that single line if doesn't have a "then"