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

Default formatting not aligning let blocks statements vertically #201

Closed
cksharma11 opened this issue Aug 9, 2020 · 2 comments
Closed

Comments

@cksharma11
Copy link

I want to format my code something like below

from this

(let [username "username"
      pwd "pwd"
      email "email"])

to this

(let [username "username"
      pwd      "pwd"
      email    "email"])

But when I'm doing lein cljfmt check it's not giving any error for the same.

@weavejester
Copy link
Owner

cljfmt does not yet support this feature. PRs are welcome.

@weavejester
Copy link
Owner

Closing because this is a duplicate of #36.

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