Skip to content

Don't expand function call containing multiline comment unnecessarily #543

@JohnnyMorganz

Description

@JohnnyMorganz
call(item, --[[param=]] false)

... gets formatted as ...

call(
	item, --[[param=]]
	false
)

but this is not necessary

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions