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

Don't expand function call containing multiline comment unnecessarily #543

Closed
JohnnyMorganz opened this issue Aug 21, 2022 · 1 comment · Fixed by #549
Closed

Don't expand function call containing multiline comment unnecessarily #543

JohnnyMorganz opened this issue Aug 21, 2022 · 1 comment · Fixed by #549
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@JohnnyMorganz
Copy link
Owner

call(item, --[[param=]] false)

... gets formatted as ...

call(
	item, --[[param=]]
	false
)

but this is not necessary

@JohnnyMorganz JohnnyMorganz added the bug Something isn't working label Aug 21, 2022
@JohnnyMorganz
Copy link
Owner Author

Closing this as a wontfix, since it has some negative side-effects: #549 (comment)

@JohnnyMorganz JohnnyMorganz closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2022
@JohnnyMorganz JohnnyMorganz added the wontfix This will not be worked on label Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant