We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is related to #404, consider the following code
@match node begin if is_leaf(node) end => nothing end
currently this will format it into
I'm wondering if we can special case this?
The text was updated successfully, but these errors were encountered:
we probably could. right now the we just split it no matter what but we could add an option where we consider the margin.
Sorry, something went wrong.
No branches or pull requests
This is related to #404, consider the following code
currently this will format it into
I'm wondering if we can special case this?
The text was updated successfully, but these errors were encountered: