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
it would be really great if let forms could be automatically aligned by value, e.g.
let
(let [foo bar a baz])
instead of (note baz does not align with bar)
baz
bar
I'd also be happy with
(i.e. left align the variable)
The text was updated successfully, but these errors were encountered:
I've never seen right variable alignment in a let form. The double left alignment is a duplicate of #36.
Sorry, something went wrong.
No branches or pull requests
it would be really great if
let
forms could be automatically aligned by value, e.g.(let [foo bar a baz])
instead of (note
baz
does not align withbar
)(let [foo bar a baz])
I'd also be happy with
(let [foo bar a baz])
(i.e. left align the variable)
The text was updated successfully, but these errors were encountered: