LuaFormat
LuaFormat copied to clipboard
Such block is not changed by format
n = 2 + 2.22 + 22.22e-2 + 0.22E1
n = 0xF0
function Set.mt.__lt (a,b)
return a <= b and not (b <= a)
end
- leading spaces before "n="
- bad indent for function
n = 2 + 2.22 + 22.22e-2 + 0.22E1
n = 0xF0
function Set.mt.__lt (a, b)
return a <= b and not (b <= a)
end
I can format them correctly:) This is whole code ?
yes, whole code.