Open
Description
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
Labels
No labels