Skip to content

Auto-Indent Breaks With Comments On The "If" #2

@hischampion

Description

@hischampion
if (something) then
   if (condition) then 'comment about this line
      logic do something
   else
      more logic
   end if
end if

Gets indented as:

if (something) then
   if (condition) then 'comment about this line
   logic do something
else
   more logic
end if
end if

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions