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

indent for bracket #185

Open
i5possible opened this issue Jul 12, 2024 · 1 comment
Open

indent for bracket #185

i5possible opened this issue Jul 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@i5possible
Copy link

If I have code like this:

send(SendParameters{
    to: msg.response_destination!!,
    value: 0,
    bounce: false,
    mode: SendRemainingValue + SendIgnoreErrors,
    body: TokenExcesses{
        queryId: msg.queryId
    }.toCell()
});

and run format. It will end up with:

send(SendParameters{
to: msg.response_destination!!,
value: 0,
bounce: false,
mode: SendRemainingValue + SendIgnoreErrors,
body: TokenExcesses{
queryId: msg.queryId
}.toCell()
});

Any way we can solve it?

@andreypfau andreypfau added the bug Something isn't working label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@i5possible @andreypfau and others