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

Align for let forms #68

Closed
fommil opened this issue Mar 20, 2016 · 1 comment
Closed

Align for let forms #68

fommil opened this issue Mar 20, 2016 · 1 comment

Comments

@fommil
Copy link

fommil commented Mar 20, 2016

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 with bar)

(let [foo bar
      a baz])

I'd also be happy with

(let [foo bar
      a   baz])

(i.e. left align the variable)

@arrdem
Copy link
Contributor

arrdem commented Mar 20, 2016

I've never seen right variable alignment in a let form. The double left alignment is a duplicate of #36.

@fommil fommil closed this as completed Mar 20, 2016
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

No branches or pull requests

2 participants