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
When indenting a simple form like this, the result is predictable and good looking:
(filter #(not= 1 %) [1 2 3])
This is exactly what I'd expect to get within a let form, but the result looks like this, which is quite bad.
But if you try hard enough, you can make it even worse, this is just omg:
Done using the piping using Emacs + apheleia.
The text was updated successfully, but these errors were encountered:
GitHub Issue #169 - add test case for issue examples
6eebb56
Thank you for the report. I am not able to reproduce this behavior via test case (see PR-170).
Sorry, something went wrong.
No branches or pull requests
When indenting a simple form like this, the result is predictable and good looking:
This is exactly what I'd expect to get within a let form, but the result looks like this, which is quite bad.
But if you try hard enough, you can make it even worse, this is just omg:
Done using the piping using Emacs + apheleia.
The text was updated successfully, but these errors were encountered: