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

fix comment after if/while/case (fixes #71) #78

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

arnetheduck
Copy link
Owner

When a comment appears after keywords with conditionals, it's an open question how to format them: they could stay there but this causes trouble with indent of long/non-trivial conditions - instead of coming up with a clever solution, this PR simply moves the comment out of there.

When a comment appears after keywords with conditionals, it's an open
question how to format them: they could stay there but this causes
trouble with indent of long/non-trivial conditions - instead of coming
up with a clever solution, this PR simply moves the comment out of
there.
@arnetheduck arnetheduck merged commit 77457f1 into master Jul 19, 2024
6 checks passed
@arnetheduck arnetheduck deleted the if-comment branch July 19, 2024 12:33
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

Successfully merging this pull request may close these issues.

1 participant