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

Wrongly formatting in v1.6.0 #183

Closed
Tebayaki opened this issue Sep 9, 2022 · 0 comments
Closed

Wrongly formatting in v1.6.0 #183

Tebayaki opened this issue Sep 9, 2022 · 0 comments

Comments

@Tebayaki
Copy link

Tebayaki commented Sep 9, 2022

Wrongly formatting return statement followed by a parenthetical expression

  • before formatting
foo() {
    return (WinGetPos(&x), x)
}
  • after formatting
foo() {
    return
    (WinGetPos(&x), x)
}
thqby added a commit that referenced this issue Sep 9, 2022
@thqby thqby closed this as completed Sep 11, 2022
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

2 participants