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