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

Formatting curly brace #11

Closed
pizza-777 opened this issue Oct 9, 2023 · 3 comments
Closed

Formatting curly brace #11

pizza-777 opened this issue Oct 9, 2023 · 3 comments

Comments

@pizza-777
Copy link
Contributor

pizza-777 commented Oct 9, 2023

Hi!
Now after formatting I have:

       send(SendParameters{to: to,
                value: ton("0.01"),
                body: "Hello from Tact!".asComment() 
            }
        );

But It would be better:

      send(SendParameters { //space before curly brace and param at new line
                to: to,
                value: ton("0.01"),
                body: "Hello from Tact!".asComment()
            }
       );
@pizza-777 pizza-777 changed the title Formatting Formatting curly brace Oct 9, 2023
@pizza-777
Copy link
Contributor Author

pizza-777 added a commit to pizza-777/tact-vscode that referenced this issue Oct 21, 2023
@pizza-777 pizza-777 mentioned this issue Oct 21, 2023
pizza-777 added a commit to pizza-777/tact-vscode that referenced this issue Oct 21, 2023
@logvik
Copy link
Member

logvik commented Oct 21, 2023

Thank you for the contribution!

@logvik logvik closed this as completed Oct 21, 2023
@logvik
Copy link
Member

logvik commented Oct 21, 2023

fixed on v1.0.8

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

No branches or pull requests

2 participants