-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Am I right in understanding that Ifautoinsert is supposed to do this:
if smth then
smth
else
smth
end
endinstead of
if smth then
smth
else
smth
end? Because that's exactly how it works for me. Maybe I'm doing something wrong? Should I not press Enter after else? I tried to modify the functionality, but my knowledge wasn't enough to change how it works 🥀
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels