Skip to content

v2 changes formatting #894

Open
Open
@davidanthoff

Description

This came from the language server tests. The old version left

function sub(a, b)
    a - b
end

as is. v2 seems to change it to

function sub(a, b)
    a-b
end

i.e. remove the whitespaces around the minus. This is for the minimal style.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions