Skip to content

Wrong spacing on require satement #293

@lukas-hofstaetter

Description

@lukas-hofstaetter

Given this code example

requiere 'foo'()     --LuaFormatter does format this right
requiere 'foo'.bar()  --LuaFormatter does NOT format this right

Is formatted to

requiere 'foo'()     --LuaFormatter does format this right
requiere'foo'.bar()  --LuaFormatter does NOT format this right

LuaFormat does remove the space if the require argument has quotes AND is followed ba a ..

Metadata

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