Skip to content

Long if statement doesn't break #24

@macias0

Description

@macias0

Current output:

if variable == some.nested.object and variable2 == another.object or variable == another.object and variable2 == some.nested.object then return end

Expected something like that:

if variable == some.nested.object and variable2 == another.object or
    variable == another.object and variable2 == some.nested.object then 
	return 
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions