-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
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 .
.
musteresel
Metadata
Metadata
Assignees
Labels
No labels