Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Such block is not changed by format #22

Open
CudaText-addons opened this issue Jul 14, 2019 · 2 comments
Open

Such block is not changed by format #22

CudaText-addons opened this issue Jul 14, 2019 · 2 comments

Comments

@CudaText-addons
Copy link

 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
@floydawong
Copy link
Owner

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 ?

@Alexey-T
Copy link
Contributor

yes, whole code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants