Skip to content

Don't break local statement initializer onto next line #5

Open
@SpiralP

Description

@SpiralP

current output

local variable =
	call_something_that_is_kind_of_long(with_some_long, arguments_that_are_long)

expected output

local variable = call_something_that_is_kind_of_long(
	with_some_long,
	arguments_that_are_long
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions