Skip to content

Formatting multiline comment with local variable declarations #248

@Iraxon

Description

@Iraxon

This:

--[[

Whatever multiline comment

--]]

local x

Is formatted to this:

--[[

Whatever multiline comment

--]] local x

This may be unintended. The results become difficult to read when many locals are declared:

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