Skip to content

{} on if's have to be on the same line #58

Description

@LWSS

this seems like a weird quirk, I prefer to use the nextline {}

// works
 if (<variable> < 5) {
        print text="Variable is below 5"
    }
// busted
 if (<variable> < 5) 
{
        print text="Variable is below 5"
}

also don't see this mentioned anywhere

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