Skip to content

Wrong spacing on require satement #293

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 ..

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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