Skip to content

else in Ifautoinsert #585

@chmonyasik

Description

@chmonyasik

Am I right in understanding that Ifautoinsert is supposed to do this:

if smth then
  smth
  else
    smth
  end
end

instead 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 🥀

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions